#BDD3FF
A very light, vivid blue closely aligning with Lightsteelblue.
About #BDD3FF
At its core, #BDD3FF is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightsteelblue. Its digital footprint relies on 189 parts red, 211 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 26% Cyan, 17% Magenta, 0% Yellow, and 0% Black. With a hue angle of 220.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#BDD3FF
RGB189, 211, 255
HSL220.0°, 100.0%, 87.1%
CMYK26%, 17%, 0%, 0%
HSV220.0°, 25.9%, 100.0%
LAB84.3, 2.1, -23.9
XYZ62.3, 64.6, 103.8
Decimal12440575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.93:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD3FF;
}
.text-color {
color: #BDD3FF;
}
.border-color {
border: 2px solid #BDD3FF;
}