#B6C5FF
A very light, vivid blue closely aligning with Lightsteelblue.
About #B6C5FF
At its core, #B6C5FF is a very light and vivid hue. Its closest recognized web color is Lightsteelblue. This translates to an RGB value of rgb(182, 197, 255).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 29% cyan, 23% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6C5FF
RGB182, 197, 255
HSL227.7°, 100.0%, 85.7%
CMYK29%, 23%, 0%, 0%
HSV227.7°, 28.6%, 100.0%
LAB80.2, 7.6, -30.2
XYZ57.3, 57.1, 102.6
Decimal11978239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.42:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C5FF;
}
.text-color {
color: #B6C5FF;
}
.border-color {
border: 2px solid #B6C5FF;
}