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