#B6DBF8
A very light, vivid blue closely aligning with Lightblue.
About #B6DBF8
The hex code #B6DBF8 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, 219, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 27% C, 12% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6DBF8
RGB182, 219, 248
HSL206.4°, 82.5%, 84.3%
CMYK27%, 12%, 0%, 3%
HSV206.4°, 26.6%, 97.3%
LAB85.7, -5.7, -18.1
XYZ61.6, 67.4, 98.6
Decimal11983864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DBF8;
}
.text-color {
color: #B6DBF8;
}
.border-color {
border: 2px solid #B6DBF8;
}