#B6E2F8
A very light, vivid blue closely aligning with Lightblue.
About #B6E2F8
The hex code #B6E2F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Lightblue. This translates to an RGB value of rgb(182, 226, 248).
If you are designing for print, the four-color process is what matters most. The color uses 27% Cyan, 9% Magenta, 0% Yellow, and 3% Black. With a hue angle of 200.0 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#B6E2F8
RGB182, 226, 248
HSL200.0°, 82.5%, 84.3%
CMYK27%, 9%, 0%, 3%
HSV200.0°, 26.6%, 97.3%
LAB87.5, -9.4, -15.4
XYZ63.4, 71.1, 99.2
Decimal11985656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.22:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E2F8;
}
.text-color {
color: #B6E2F8;
}
.border-color {
border: 2px solid #B6E2F8;
}