#caaeee
a light, vivid violet · warm · closest name: plum
RGB
202, 174, 238
HSL
266°, 65%, 81%
CMYK
15, 27, 0, 7
Luminance
0.4900
Every format
| HEX | #caaeee |
| RGB | rgb(202, 174, 238) |
| HSL | hsl(266, 65%, 81%) |
| CMYK | cmyk(15%, 27%, 0%, 7%) |
| LAB | lab(75.5 22.3 -28.2) |
| LCH | lch(75.5 36.0 308.3) |
| OKLCH | oklch(0.797 0.094 304.3) |
Copy-ready code
/* CSS */
color: #caaeee;
background-color: #caaeee;
/* Tailwind (arbitrary) */
class="text-[#caaeee] bg-[#caaeee]"
/* SCSS */
$brand: #caaeee;
/* SwiftUI */
Color(red: 0.792, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#caaeee")Accessibility — WCAG contrast
Aa
#caaeee on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caaeee on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green68.2%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#caaeee text on a black background
contrast 10.80:1
Card sample
#caaeee text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caaeee;
Background color
Panel with #caaeee background
background-color: #caaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caaeee; background: linear-gradient(135deg, #caaeee, #EEAEE7);