#BDD3DB
A very light, muted blue closely aligning with Lightblue.
About #BDD3DB
At its core, #BDD3DB is a very light and muted hue. If you're using CSS, you might find it aligns closely with Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 211, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 14% C, 4% M, 0% Y, and 14% K. The HSL representation is 196.0° hue, 29.4% saturation, and 80.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#BDD3DB
RGB189, 211, 219
HSL196.0°, 29.4%, 80.0%
CMYK14%, 4%, 0%, 14%
HSV196.0°, 13.7%, 85.9%
LAB83.2, -5.7, -6.5
XYZ57.1, 62.5, 76.1
Decimal12440539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD3DB;
}
.text-color {
color: #BDD3DB;
}
.border-color {
border: 2px solid #BDD3DB;
}