#B6DBE2
A very light, moderate cyan closely aligning with Powderblue.
About #B6DBE2
Visually, #B6DBE2 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Powderblue. In the RGB color space, it consists of 182 red, 219 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 19% C, 3% M, 0% Y, and 11% K. With a hue angle of 189.5 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6DBE2
RGB182, 219, 226
HSL189.5°, 43.1%, 80.0%
CMYK19%, 3%, 0%, 11%
HSV189.5°, 19.5%, 88.6%
LAB85.0, -10.6, -7.5
XYZ58.4, 66.1, 81.6
Decimal11983842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.22:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DBE2;
}
.text-color {
color: #B6DBE2;
}
.border-color {
border: 2px solid #B6DBE2;
}