#caa2cf
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 162, 207
HSL
293°, 32%, 72%
CMYK
2, 22, 0, 19
Luminance
0.4290
Every format
| HEX | #caa2cf |
| RGB | rgb(202, 162, 207) |
| HSL | hsl(293, 32%, 72%) |
| CMYK | cmyk(2%, 22%, 0%, 19%) |
| LAB | lab(71.5 22.6 -17.3) |
| LCH | lch(71.5 28.4 322.4) |
| OKLCH | oklch(0.763 0.077 322.6) |
Copy-ready code
/* CSS */
color: #caa2cf;
background-color: #caa2cf;
/* Tailwind (arbitrary) */
class="text-[#caa2cf] bg-[#caa2cf]"
/* SCSS */
$brand: #caa2cf;
/* SwiftUI */
Color(red: 0.792, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#caa2cf")Accessibility — WCAG contrast
Aa
#caa2cf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa2cf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.5%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#caa2cf text on a black background
contrast 9.58:1
Card sample
#caa2cf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa2cf;
Background color
Panel with #caa2cf background
background-color: #caa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa2cf; background: linear-gradient(135deg, #caa2cf, #CFA2B6);