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