#B6FFF8
A very light, vivid cyan closely aligning with Paleturquoise.
About #B6FFF8
The hex code #B6FFF8 represents a beautifully specific shade of cyan. Its closest recognized web color is Paleturquoise. In the RGB color space, it consists of 182 red, 255 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 29% C, 0% M, 3% Y, and 0% K. The HSL representation is 174.2° hue, 100.0% saturation, and 85.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6FFF8
RGB182, 255, 248
HSL174.2°, 100.0%, 85.7%
CMYK29%, 0%, 3%, 0%
HSV174.2°, 28.6%, 100.0%
LAB95.3, -23.8, -3.9
XYZ72.0, 88.2, 102.0
Decimal11993080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.65:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FFF8;
}
.text-color {
color: #B6FFF8;
}
.border-color {
border: 2px solid #B6FFF8;
}