#ccc4cb
a light, muted gray · warm · closest name: silver
RGB
204, 196, 203
HSL
308°, 7%, 78%
CMYK
0, 4, 1, 20
Luminance
0.5663
Every format
| HEX | #ccc4cb |
| RGB | rgb(204, 196, 203) |
| HSL | hsl(308, 7%, 78%) |
| CMYK | cmyk(0%, 4%, 1%, 20%) |
| LAB | lab(80.0 4.0 -2.5) |
| LCH | lch(80.0 4.8 328.3) |
| OKLCH | oklch(0.829 0.013 329.6) |
Copy-ready code
/* CSS */
color: #ccc4cb;
background-color: #ccc4cb;
/* Tailwind (arbitrary) */
class="text-[#ccc4cb] bg-[#ccc4cb]"
/* SCSS */
$brand: #ccc4cb;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.796)
/* Android */
Color.parseColor("#ccc4cb")Accessibility — WCAG contrast
Aa
#ccc4cb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4cb on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow0.5%
Key (black)20.0%
Color previews
#ccc4cb text on a black background
contrast 12.33:1
Card sample
#ccc4cb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4cb;
Background color
Panel with #ccc4cb background
background-color: #ccc4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4cb; background: linear-gradient(135deg, #ccc4cb, #CCC4C6);