#caade8
a light, vivid violet · warm · closest name: plum
RGB
202, 173, 232
HSL
270°, 56%, 79%
CMYK
13, 25, 0, 9
Luminance
0.4827
Every format
| HEX | #caade8 |
| RGB | rgb(202, 173, 232) |
| HSL | hsl(270, 56%, 79%) |
| CMYK | cmyk(13%, 25%, 0%, 9%) |
| LAB | lab(75.0 21.6 -25.7) |
| LCH | lch(75.0 33.5 310.0) |
| OKLCH | oklch(0.793 0.088 306.9) |
Copy-ready code
/* CSS */
color: #caade8;
background-color: #caade8;
/* Tailwind (arbitrary) */
class="text-[#caade8] bg-[#caade8]"
/* SCSS */
$brand: #caade8;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#caade8")Accessibility — WCAG contrast
Aa
#caade8 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caade8 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue91.0%
CMYK percentages
Cyan12.9%
Magenta25.4%
Yellow0.0%
Key (black)9.0%
Color previews
#caade8 text on a black background
contrast 10.65:1
Card sample
#caade8 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caade8;
Background color
Panel with #caade8 background
background-color: #caade8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caade8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caade8; background: linear-gradient(135deg, #caade8, #E8ADDF);