#B6DBD3
A light, moderate cyan closely aligning with Powderblue.
About #B6DBD3
At its core, #B6DBD3 is a light and moderate hue. Its closest recognized web color is Powderblue. In the RGB color space, it consists of 182 red, 219 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. With a hue angle of 167.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6DBD3
RGB182, 219, 211
HSL167.0°, 33.9%, 78.6%
CMYK17%, 0%, 4%, 14%
HSV167.0°, 16.9%, 85.9%
LAB84.6, -13.7, -0.1
XYZ56.4, 65.3, 71.3
Decimal11983827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.06:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DBD3;
}
.text-color {
color: #B6DBD3;
}
.border-color {
border: 2px solid #B6DBD3;
}