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