#B6D3FF
A very light, vivid blue closely aligning with Lightsteelblue.
About #B6D3FF
When working with digital screens, the color #B6D3FF is rendered by mixing light. Designers often compare it to the standard color Lightsteelblue. In the RGB color space, it consists of 182 red, 211 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 29% C, 17% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6D3FF
RGB182, 211, 255
HSL216.2°, 100.0%, 85.7%
CMYK29%, 17%, 0%, 0%
HSV216.2°, 28.6%, 100.0%
LAB83.8, 0.1, -24.7
XYZ60.6, 63.8, 103.7
Decimal11981823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.75:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D3FF;
}
.text-color {
color: #B6D3FF;
}
.border-color {
border: 2px solid #B6D3FF;
}