#bdc8cd
a light, muted cyan · cool · closest name: silver
RGB
189, 200, 205
HSL
199°, 14%, 77%
CMYK
8, 2, 0, 20
Luminance
0.5654
Every format
| HEX | #bdc8cd |
| RGB | rgb(189, 200, 205) |
| HSL | hsl(199, 14%, 77%) |
| CMYK | cmyk(8%, 2%, 0%, 20%) |
| LAB | lab(79.9 -2.8 -3.8) |
| LCH | lch(79.9 4.7 233.7) |
| OKLCH | oklch(0.826 0.014 226.6) |
Copy-ready code
/* CSS */
color: #bdc8cd;
background-color: #bdc8cd;
/* Tailwind (arbitrary) */
class="text-[#bdc8cd] bg-[#bdc8cd]"
/* SCSS */
$brand: #bdc8cd;
/* SwiftUI */
Color(red: 0.741, green: 0.784, blue: 0.804)
/* Android */
Color.parseColor("#bdc8cd")Accessibility — WCAG contrast
Aa
#bdc8cd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc8cd on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.4%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta2.4%
Yellow0.0%
Key (black)19.6%
Color previews
#bdc8cd text on a black background
contrast 12.31:1
Card sample
#bdc8cd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc8cd;
Background color
Panel with #bdc8cd background
background-color: #bdc8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 200, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 200, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc8cd; background: linear-gradient(135deg, #bdc8cd, #BDBDCD);