#caa0df
a light, vivid violet · warm · closest name: plum
RGB
202, 160, 223
HSL
280°, 50%, 75%
CMYK
9, 28, 0, 13
Luminance
0.4303
Every format
| HEX | #caa0df |
| RGB | rgb(202, 160, 223) |
| HSL | hsl(280, 50%, 75%) |
| CMYK | cmyk(9%, 28%, 0%, 13%) |
| LAB | lab(71.6 26.8 -26.0) |
| LCH | lch(71.6 37.4 315.9) |
| OKLCH | oklch(0.765 0.099 314.2) |
Copy-ready code
/* CSS */
color: #caa0df;
background-color: #caa0df;
/* Tailwind (arbitrary) */
class="text-[#caa0df] bg-[#caa0df]"
/* SCSS */
$brand: #caa0df;
/* SwiftUI */
Color(red: 0.792, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#caa0df")Accessibility — WCAG contrast
Aa
#caa0df on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa0df on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green62.7%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#caa0df text on a black background
contrast 9.61:1
Card sample
#caa0df text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa0df;
Background color
Panel with #caa0df background
background-color: #caa0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa0df; background: linear-gradient(135deg, #caa0df, #DFA0CA);