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