#BDD3E2
A very light, moderate blue closely aligning with Lightblue.
About #BDD3E2
Visually, #BDD3E2 is defined as a moderate blue. Its closest recognized web color is Lightblue. Its digital footprint relies on 189 parts red, 211 parts green, and 226 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 16% C, 7% M, 0% Y, and 11% K. With a hue angle of 204.3 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDD3E2
RGB189, 211, 226
HSL204.3°, 38.9%, 81.4%
CMYK16%, 7%, 0%, 11%
HSV204.3°, 16.4%, 88.6%
LAB83.4, -4.3, -9.9
XYZ58.0, 62.9, 81.0
Decimal12440546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD3E2;
}
.text-color {
color: #BDD3E2;
}
.border-color {
border: 2px solid #BDD3E2;
}