#cdcdc9
a light, muted gray · cool · closest name: silver
RGB
205, 205, 201
HSL
60°, 4%, 80%
CMYK
0, 0, 2, 20
Luminance
0.6086
Every format
| HEX | #cdcdc9 |
| RGB | rgb(205, 205, 201) |
| HSL | hsl(60, 4%, 80%) |
| CMYK | cmyk(0%, 0%, 2%, 20%) |
| LAB | lab(82.3 -0.7 2.0) |
| LCH | lch(82.3 2.1 109.9) |
| OKLCH | oklch(0.847 0.005 106.5) |
Copy-ready code
/* CSS */
color: #cdcdc9;
background-color: #cdcdc9;
/* Tailwind (arbitrary) */
class="text-[#cdcdc9] bg-[#cdcdc9]"
/* SCSS */
$brand: #cdcdc9;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.788)
/* Android */
Color.parseColor("#cdcdc9")Accessibility — WCAG contrast
Aa
#cdcdc9 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdc9 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.0%
Key (black)19.6%
Color previews
#cdcdc9 text on a black background
contrast 13.17:1
Card sample
#cdcdc9 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdc9;
Background color
Panel with #cdcdc9 background
background-color: #cdcdc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdc9; background: linear-gradient(135deg, #cdcdc9, #CACDC9);