#BDE2FF
A very light, vivid blue closely aligning with Lightblue.
About #BDE2FF
Visually, #BDE2FF is defined as a vivid blue. It is closely associated with the named CSS color Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 226, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 26% cyan, 11% magenta, 0% yellow, and 0% black. The HSL representation is 206.4° hue, 100.0% saturation, and 87.1% lightness.
Contrast ratios determine whether this color is safe for typography. 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#BDE2FF
RGB189, 226, 255
HSL206.4°, 100.0%, 87.1%
CMYK26%, 11%, 0%, 0%
HSV206.4°, 25.9%, 100.0%
LAB88.2, -5.8, -18.0
XYZ66.2, 72.4, 105.1
Decimal12444415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.49:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE2FF;
}
.text-color {
color: #BDE2FF;
}
.border-color {
border: 2px solid #BDE2FF;
}