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