#cdcdcf
a light, muted gray · warm · closest name: silver
RGB
205, 205, 207
HSL
240°, 2%, 81%
CMYK
1, 1, 0, 19
Luminance
0.6115
Every format
| HEX | #cdcdcf |
| RGB | rgb(205, 205, 207) |
| HSL | hsl(240, 2%, 81%) |
| CMYK | cmyk(1%, 1%, 0%, 19%) |
| LAB | lab(82.5 0.4 -1.0) |
| LCH | lch(82.5 1.1 290.5) |
| OKLCH | oklch(0.849 0.003 286.3) |
Copy-ready code
/* CSS */
color: #cdcdcf;
background-color: #cdcdcf;
/* Tailwind (arbitrary) */
class="text-[#cdcdcf] bg-[#cdcdcf]"
/* SCSS */
$brand: #cdcdcf;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#cdcdcf")Accessibility — WCAG contrast
Aa
#cdcdcf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdcf on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cdcdcf text on a black background
contrast 13.23:1
Card sample
#cdcdcf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdcf;
Background color
Panel with #cdcdcf background
background-color: #cdcdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdcf; background: linear-gradient(135deg, #cdcdcf, #CECDCF);