#caa0cd
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 160, 205
HSL
296°, 31%, 72%
CMYK
2, 22, 0, 20
Luminance
0.4211
Every format
| HEX | #caa0cd |
| RGB | rgb(202, 160, 205) |
| HSL | hsl(296, 31%, 72%) |
| CMYK | cmyk(2%, 22%, 0%, 20%) |
| LAB | lab(70.9 23.3 -17.1) |
| LCH | lch(70.9 28.9 323.7) |
| OKLCH | oklch(0.759 0.078 324.1) |
Copy-ready code
/* CSS */
color: #caa0cd;
background-color: #caa0cd;
/* Tailwind (arbitrary) */
class="text-[#caa0cd] bg-[#caa0cd]"
/* SCSS */
$brand: #caa0cd;
/* SwiftUI */
Color(red: 0.792, green: 0.627, blue: 0.804)
/* Android */
Color.parseColor("#caa0cd")Accessibility — WCAG contrast
Aa
#caa0cd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa0cd on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green62.7%
Blue80.4%
CMYK percentages
Cyan1.5%
Magenta22.0%
Yellow0.0%
Key (black)19.6%
Color previews
#caa0cd text on a black background
contrast 9.42:1
Card sample
#caa0cd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa0cd;
Background color
Panel with #caa0cd background
background-color: #caa0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 160, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 160, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa0cd; background: linear-gradient(135deg, #caa0cd, #CDA0B2);