#caa2ae
a light, soft magenta / pink · warm · closest name: pink
RGB
202, 162, 174
HSL
342°, 27%, 71%
CMYK
0, 20, 14, 21
Luminance
0.4145
Every format
| HEX | #caa2ae |
| RGB | rgb(202, 162, 174) |
| HSL | hsl(342, 27%, 71%) |
| CMYK | cmyk(0%, 20%, 14%, 21%) |
| LAB | lab(70.5 16.6 -0.6) |
| LCH | lch(70.5 16.6 358.0) |
| OKLCH | oklch(0.752 0.050 358.5) |
Copy-ready code
/* CSS */
color: #caa2ae;
background-color: #caa2ae;
/* Tailwind (arbitrary) */
class="text-[#caa2ae] bg-[#caa2ae]"
/* SCSS */
$brand: #caa2ae;
/* SwiftUI */
Color(red: 0.792, green: 0.635, blue: 0.682)
/* Android */
Color.parseColor("#caa2ae")Accessibility — WCAG contrast
Aa
#caa2ae on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa2ae on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow13.9%
Key (black)20.8%
Color previews
#caa2ae text on a black background
contrast 9.29:1
Card sample
#caa2ae text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa2ae;
Background color
Panel with #caa2ae background
background-color: #caa2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 162, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 162, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa2ae; background: linear-gradient(135deg, #caa2ae, #CAB1A2);