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