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