#ccacac
a light, soft red · warm · closest name: silver
RGB
204, 172, 172
HSL
0°, 24%, 74%
CMYK
0, 16, 16, 20
Luminance
0.4532
Every format
| HEX | #ccacac |
| RGB | rgb(204, 172, 172) |
| HSL | hsl(0, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 16%, 20%) |
| LAB | lab(73.1 11.6 4.3) |
| LCH | lch(73.1 12.4 20.5) |
| OKLCH | oklch(0.772 0.037 18.0) |
Copy-ready code
/* CSS */
color: #ccacac;
background-color: #ccacac;
/* Tailwind (arbitrary) */
class="text-[#ccacac] bg-[#ccacac]"
/* SCSS */
$brand: #ccacac;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#ccacac")Accessibility — WCAG contrast
Aa
#ccacac on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccacac on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow15.7%
Key (black)20.0%
Color previews
#ccacac text on a black background
contrast 10.06:1
Card sample
#ccacac text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccacac;
Background color
Panel with #ccacac background
background-color: #ccacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccacac; background: linear-gradient(135deg, #ccacac, #CCC1AC);