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