#cdd7cd
a light, muted green · cool · closest name: silver
RGB
205, 215, 205
HSL
120°, 11%, 82%
CMYK
5, 0, 5, 16
Luminance
0.6599
Every format
| HEX | #cdd7cd |
| RGB | rgb(205, 215, 205) |
| HSL | hsl(120, 11%, 82%) |
| CMYK | cmyk(5%, 0%, 5%, 16%) |
| LAB | lab(85.0 -5.2 3.8) |
| LCH | lch(85.0 6.4 144.2) |
| OKLCH | oklch(0.869 0.017 145.4) |
Copy-ready code
/* CSS */
color: #cdd7cd;
background-color: #cdd7cd;
/* Tailwind (arbitrary) */
class="text-[#cdd7cd] bg-[#cdd7cd]"
/* SCSS */
$brand: #cdd7cd;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#cdd7cd")Accessibility — WCAG contrast
Aa
#cdd7cd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7cd on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue80.4%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#cdd7cd text on a black background
contrast 14.20:1
Card sample
#cdd7cd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7cd;
Background color
Panel with #cdd7cd background
background-color: #cdd7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7cd; background: linear-gradient(135deg, #cdd7cd, #CDD7D4);