#ccc2c0
a light, muted red · warm · closest name: silver
RGB
204, 194, 192
HSL
10°, 11%, 78%
CMYK
0, 5, 6, 20
Luminance
0.5523
Every format
| HEX | #ccc2c0 |
| RGB | rgb(204, 194, 192) |
| HSL | hsl(10, 11%, 78%) |
| CMYK | cmyk(0%, 5%, 6%, 20%) |
| LAB | lab(79.2 3.1 2.3) |
| LCH | lch(79.2 3.9 35.6) |
| OKLCH | oklch(0.822 0.012 31.1) |
Copy-ready code
/* CSS */
color: #ccc2c0;
background-color: #ccc2c0;
/* Tailwind (arbitrary) */
class="text-[#ccc2c0] bg-[#ccc2c0]"
/* SCSS */
$brand: #ccc2c0;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.753)
/* Android */
Color.parseColor("#ccc2c0")Accessibility — WCAG contrast
Aa
#ccc2c0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2c0 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow5.9%
Key (black)20.0%
Color previews
#ccc2c0 text on a black background
contrast 12.05:1
Card sample
#ccc2c0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2c0;
Background color
Panel with #ccc2c0 background
background-color: #ccc2c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2c0; background: linear-gradient(135deg, #ccc2c0, #CCCAC0);