#B6D3F8
A very light, vivid blue closely aligning with Lightsteelblue.
About #B6D3F8
Visually, #B6D3F8 is defined as a vivid blue. Designers often compare it to the standard color Lightsteelblue. In the RGB color space, it consists of 182 red, 211 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 27% Cyan, 15% Magenta, 0% Yellow, and 3% Black. The HSL representation is 213.6° hue, 82.5% saturation, and 84.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6D3F8
RGB182, 211, 248
HSL213.6°, 82.5%, 84.3%
CMYK27%, 15%, 0%, 3%
HSV213.6°, 26.6%, 97.3%
LAB83.6, -1.5, -21.3
XYZ59.5, 63.3, 97.9
Decimal11981816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.66:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D3F8;
}
.text-color {
color: #B6D3F8;
}
.border-color {
border: 2px solid #B6D3F8;
}