#ccaeaf
a light, soft red · warm · closest name: silver
RGB
204, 174, 175
HSL
358°, 23%, 74%
CMYK
0, 15, 14, 20
Luminance
0.4620
Every format
| HEX | #ccaeaf |
| RGB | rgb(204, 174, 175) |
| HSL | hsl(358, 23%, 74%) |
| CMYK | cmyk(0%, 15%, 14%, 20%) |
| LAB | lab(73.7 11.0 3.5) |
| LCH | lch(73.7 11.6 17.7) |
| OKLCH | oklch(0.777 0.035 15.7) |
Copy-ready code
/* CSS */
color: #ccaeaf;
background-color: #ccaeaf;
/* Tailwind (arbitrary) */
class="text-[#ccaeaf] bg-[#ccaeaf]"
/* SCSS */
$brand: #ccaeaf;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#ccaeaf")Accessibility — WCAG contrast
Aa
#ccaeaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaeaf on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow14.2%
Key (black)20.0%
Color previews
#ccaeaf text on a black background
contrast 10.24:1
Card sample
#ccaeaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaeaf;
Background color
Panel with #ccaeaf background
background-color: #ccaeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaeaf; background: linear-gradient(135deg, #ccaeaf, #CCC1AE);