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