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