#cdd4cf
a light, muted gray · cool · closest name: silver
RGB
205, 212, 207
HSL
137°, 8%, 82%
CMYK
3, 0, 2, 17
Luminance
0.6457
Every format
| HEX | #cdd4cf |
| RGB | rgb(205, 212, 207) |
| HSL | hsl(137, 8%, 82%) |
| CMYK | cmyk(3%, 0%, 2%, 17%) |
| LAB | lab(84.3 -3.3 1.6) |
| LCH | lch(84.3 3.7 153.5) |
| OKLCH | oklch(0.863 0.010 155.1) |
Copy-ready code
/* CSS */
color: #cdd4cf;
background-color: #cdd4cf;
/* Tailwind (arbitrary) */
class="text-[#cdd4cf] bg-[#cdd4cf]"
/* SCSS */
$brand: #cdd4cf;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#cdd4cf")Accessibility — WCAG contrast
Aa
#cdd4cf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd4cf on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue81.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#cdd4cf text on a black background
contrast 13.91:1
Card sample
#cdd4cf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd4cf;
Background color
Panel with #cdd4cf background
background-color: #cdd4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd4cf; background: linear-gradient(135deg, #cdd4cf, #CDD4D4);