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