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