#BDD3D3
A light, muted cyan closely aligning with Lightgray.
About #BDD3D3
When working with digital screens, the color #BDD3D3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightgray. This translates to an RGB value of rgb(189, 211, 211).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 10% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDD3D3
RGB189, 211, 211
HSL180.0°, 20.0%, 78.4%
CMYK10%, 0%, 0%, 17%
HSV180.0°, 10.4%, 82.7%
LAB83.0, -7.3, -2.5
XYZ56.0, 62.1, 70.7
Decimal12440531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.42:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD3D3;
}
.text-color {
color: #BDD3D3;
}
.border-color {
border: 2px solid #BDD3D3;
}