#caade2
a light, vivid violet · warm · closest name: plum
RGB
202, 173, 226
HSL
273°, 48%, 78%
CMYK
11, 24, 0, 11
Luminance
0.4793
Every format
| HEX | #caade2 |
| RGB | rgb(202, 173, 226) |
| HSL | hsl(273, 48%, 78%) |
| CMYK | cmyk(11%, 24%, 0%, 11%) |
| LAB | lab(74.8 20.3 -22.7) |
| LCH | lch(74.8 30.5 311.8) |
| OKLCH | oklch(0.790 0.080 309.4) |
Copy-ready code
/* CSS */
color: #caade2;
background-color: #caade2;
/* Tailwind (arbitrary) */
class="text-[#caade2] bg-[#caade2]"
/* SCSS */
$brand: #caade2;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.886)
/* Android */
Color.parseColor("#caade2")Accessibility — WCAG contrast
Aa
#caade2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caade2 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue88.6%
CMYK percentages
Cyan10.6%
Magenta23.5%
Yellow0.0%
Key (black)11.4%
Color previews
#caade2 text on a black background
contrast 10.59:1
Card sample
#caade2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caade2;
Background color
Panel with #caade2 background
background-color: #caade2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caade2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caade2; background: linear-gradient(135deg, #caade2, #E2ADD7);