#B2EBF2
Material cyan 100
#B2EBF2 is a cyan colour. In RGB it is 178 red, 235 green and 242 blue, which converts to a hue of 187 degrees, 71% saturation and 82% lightness. It is Material cyan 100 in that design system's palette.
Color values
| HEX | #B2EBF2 |
|---|---|
| RGB | rgb(178, 235, 242) |
| HSL | hsl(187, 71%, 82%) |
| HSV | hsv(187, 26%, 95%) |
| CMYK | cmyk(26%, 3%, 0%, 5%) |
Contrast and accessibility
Against white the contrast ratio is 1.31:1, and against black it is 16.06:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.31:1 | Fail | Fail |
| Black | 16.06:1 | AAA | AAA |
Tints and shades
Lighter tints move #B2EBF2 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #B2EBF2; |
|---|---|
| CSS rgb() | color: rgb(178 235 242); |
| Tailwind | bg-[#b2ebf2] |
| SwiftUI | Color(red: 0.698, green: 0.922, blue: 0.949) |
| Android | Color.parseColor("#B2EBF2") |
Closest named color
The nearest CSS colour keyword to #B2EBF2 is paleturquoise (#AFEEEE).