#cdd9cd
a light, muted green · cool · closest name: silver
RGB
205, 217, 205
HSL
120°, 14%, 83%
CMYK
6, 0, 6, 15
Luminance
0.6701
Every format
| HEX | #cdd9cd |
| RGB | rgb(205, 217, 205) |
| HSL | hsl(120, 14%, 83%) |
| CMYK | cmyk(6%, 0%, 6%, 15%) |
| LAB | lab(85.5 -6.2 4.5) |
| LCH | lch(85.5 7.7 144.1) |
| OKLCH | oklch(0.873 0.021 145.4) |
Copy-ready code
/* CSS */
color: #cdd9cd;
background-color: #cdd9cd;
/* Tailwind (arbitrary) */
class="text-[#cdd9cd] bg-[#cdd9cd]"
/* SCSS */
$brand: #cdd9cd;
/* SwiftUI */
Color(red: 0.804, green: 0.851, blue: 0.804)
/* Android */
Color.parseColor("#cdd9cd")Accessibility — WCAG contrast
Aa
#cdd9cd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd9cd on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.1%
Blue80.4%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow5.5%
Key (black)14.9%
Color previews
#cdd9cd text on a black background
contrast 14.40:1
Card sample
#cdd9cd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd9cd;
Background color
Panel with #cdd9cd background
background-color: #cdd9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 217, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 217, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd9cd; background: linear-gradient(135deg, #cdd9cd, #CDD9D5);