#cdd5cf
a light, muted green · cool · closest name: silver
RGB
205, 213, 207
HSL
135°, 9%, 82%
CMYK
4, 0, 3, 17
Luminance
0.6507
Every format
| HEX | #cdd5cf |
| RGB | rgb(205, 213, 207) |
| HSL | hsl(135, 9%, 82%) |
| CMYK | cmyk(4%, 0%, 3%, 17%) |
| LAB | lab(84.5 -3.8 2.0) |
| LCH | lch(84.5 4.3 152.1) |
| OKLCH | oklch(0.865 0.012 153.6) |
Copy-ready code
/* CSS */
color: #cdd5cf;
background-color: #cdd5cf;
/* Tailwind (arbitrary) */
class="text-[#cdd5cf] bg-[#cdd5cf]"
/* SCSS */
$brand: #cdd5cf;
/* SwiftUI */
Color(red: 0.804, green: 0.835, blue: 0.812)
/* Android */
Color.parseColor("#cdd5cf")Accessibility — WCAG contrast
Aa
#cdd5cf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd5cf on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.5%
Blue81.2%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow2.8%
Key (black)16.5%
Color previews
#cdd5cf text on a black background
contrast 14.01:1
Card sample
#cdd5cf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd5cf;
Background color
Panel with #cdd5cf background
background-color: #cdd5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 213, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 213, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd5cf; background: linear-gradient(135deg, #cdd5cf, #CDD5D4);