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