#ccc9cb
a light, muted gray · warm · closest name: silver
RGB
204, 201, 203
HSL
320°, 3%, 79%
CMYK
0, 2, 1, 20
Luminance
0.5892
Every format
| HEX | #ccc9cb |
| RGB | rgb(204, 201, 203) |
| HSL | hsl(320, 3%, 79%) |
| CMYK | cmyk(0%, 2%, 1%, 20%) |
| LAB | lab(81.3 1.4 -0.6) |
| LCH | lch(81.3 1.5 335.8) |
| OKLCH | oklch(0.839 0.004 337.4) |
Copy-ready code
/* CSS */
color: #ccc9cb;
background-color: #ccc9cb;
/* Tailwind (arbitrary) */
class="text-[#ccc9cb] bg-[#ccc9cb]"
/* SCSS */
$brand: #ccc9cb;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.796)
/* Android */
Color.parseColor("#ccc9cb")Accessibility — WCAG contrast
Aa
#ccc9cb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9cb on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow0.5%
Key (black)20.0%
Color previews
#ccc9cb text on a black background
contrast 12.78:1
Card sample
#ccc9cb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9cb;
Background color
Panel with #ccc9cb background
background-color: #ccc9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9cb; background: linear-gradient(135deg, #ccc9cb, #CCC9C9);