#caa4df
a light, vivid violet · warm · closest name: plum
RGB
202, 164, 223
HSL
279°, 48%, 76%
CMYK
9, 27, 0, 13
Luminance
0.4444
Every format
| HEX | #caa4df |
| RGB | rgb(202, 164, 223) |
| HSL | hsl(279, 48%, 76%) |
| CMYK | cmyk(9%, 27%, 0%, 13%) |
| LAB | lab(72.5 24.6 -24.6) |
| LCH | lch(72.5 34.8 315.1) |
| OKLCH | oklch(0.773 0.092 313.3) |
Copy-ready code
/* CSS */
color: #caa4df;
background-color: #caa4df;
/* Tailwind (arbitrary) */
class="text-[#caa4df] bg-[#caa4df]"
/* SCSS */
$brand: #caa4df;
/* SwiftUI */
Color(red: 0.792, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#caa4df")Accessibility — WCAG contrast
Aa
#caa4df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa4df on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green64.3%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta26.5%
Yellow0.0%
Key (black)12.5%
Color previews
#caa4df text on a black background
contrast 9.89:1
Card sample
#caa4df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa4df;
Background color
Panel with #caa4df background
background-color: #caa4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa4df; background: linear-gradient(135deg, #caa4df, #DFA4CD);