#caaef1
a light, vivid violet · warm · closest name: plum
RGB
202, 174, 241
HSL
265°, 71%, 81%
CMYK
16, 28, 0, 6
Luminance
0.4918
Every format
| HEX | #caaef1 |
| RGB | rgb(202, 174, 241) |
| HSL | hsl(265, 71%, 81%) |
| CMYK | cmyk(16%, 28%, 0%, 6%) |
| LAB | lab(75.6 22.9 -29.7) |
| LCH | lch(75.6 37.5 307.7) |
| OKLCH | oklch(0.798 0.098 303.4) |
Copy-ready code
/* CSS */
color: #caaef1;
background-color: #caaef1;
/* Tailwind (arbitrary) */
class="text-[#caaef1] bg-[#caaef1]"
/* SCSS */
$brand: #caaef1;
/* SwiftUI */
Color(red: 0.792, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#caaef1")Accessibility — WCAG contrast
Aa
#caaef1 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caaef1 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green68.2%
Blue94.5%
CMYK percentages
Cyan16.2%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#caaef1 text on a black background
contrast 10.84:1
Card sample
#caaef1 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caaef1;
Background color
Panel with #caaef1 background
background-color: #caaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caaef1; background: linear-gradient(135deg, #caaef1, #F1AEEB);