#bdd0cd
a light, soft cyan · cool · closest name: silver
RGB
189, 208, 205
HSL
171°, 17%, 78%
CMYK
9, 0, 1, 18
Luminance
0.6034
Every format
| HEX | #bdd0cd |
| RGB | rgb(189, 208, 205) |
| HSL | hsl(171, 17%, 78%) |
| CMYK | cmyk(9%, 0%, 1%, 18%) |
| LAB | lab(82.0 -7.0 -0.7) |
| LCH | lch(82.0 7.0 185.7) |
| OKLCH | oklch(0.842 0.021 185.4) |
Copy-ready code
/* CSS */
color: #bdd0cd;
background-color: #bdd0cd;
/* Tailwind (arbitrary) */
class="text-[#bdd0cd] bg-[#bdd0cd]"
/* SCSS */
$brand: #bdd0cd;
/* SwiftUI */
Color(red: 0.741, green: 0.816, blue: 0.804)
/* Android */
Color.parseColor("#bdd0cd")Accessibility — WCAG contrast
Aa
#bdd0cd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdd0cd on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.6%
Blue80.4%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow1.4%
Key (black)18.4%
Color previews
#bdd0cd text on a black background
contrast 13.07:1
Card sample
#bdd0cd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdd0cd;
Background color
Panel with #bdd0cd background
background-color: #bdd0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdd0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 208, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 208, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdd0cd; background: linear-gradient(135deg, #bdd0cd, #BDC6D0);