#B6D3E2
A very light, moderate blue closely aligning with Lightblue.
About #B6D3E2
The precise color #B6D3E2 is an excellent choice for modern design projects. Designers often compare it to the standard color Lightblue. In the RGB color space, it consists of 182 red, 211 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 19% cyan, 7% magenta, 0% yellow, and 11% black. With a hue angle of 200.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#B6D3E2
RGB182, 211, 226
HSL200.5°, 43.1%, 80.0%
CMYK19%, 7%, 0%, 11%
HSV200.5°, 19.5%, 88.6%
LAB82.9, -6.5, -10.6
XYZ56.3, 62.0, 81.0
Decimal11981794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.40:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D3E2;
}
.text-color {
color: #B6D3E2;
}
.border-color {
border: 2px solid #B6D3E2;
}