#BDDBF8
A very light, vivid blue closely aligning with Lightsteelblue.
About #BDDBF8
At its core, #BDDBF8 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightsteelblue. This translates to an RGB value of rgb(189, 219, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 24% C, 12% M, 0% Y, and 3% K. With a hue angle of 209.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDDBF8
RGB189, 219, 248
HSL209.5°, 80.8%, 85.7%
CMYK24%, 12%, 0%, 3%
HSV209.5°, 23.8%, 97.3%
LAB86.1, -3.7, -17.4
XYZ63.3, 68.3, 98.6
Decimal12442616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDBF8;
}
.text-color {
color: #BDDBF8;
}
.border-color {
border: 2px solid #BDDBF8;
}