#caade6
a light, vivid violet · warm · closest name: plum
RGB
202, 173, 230
HSL
271°, 53%, 79%
CMYK
12, 25, 0, 10
Luminance
0.4816
Every format
| HEX | #caade6 |
| RGB | rgb(202, 173, 230) |
| HSL | hsl(271, 53%, 79%) |
| CMYK | cmyk(12%, 25%, 0%, 10%) |
| LAB | lab(74.9 21.1 -24.7) |
| LCH | lch(74.9 32.5 310.6) |
| OKLCH | oklch(0.792 0.085 307.6) |
Copy-ready code
/* CSS */
color: #caade6;
background-color: #caade6;
/* Tailwind (arbitrary) */
class="text-[#caade6] bg-[#caade6]"
/* SCSS */
$brand: #caade6;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#caade6")Accessibility — WCAG contrast
Aa
#caade6 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caade6 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue90.2%
CMYK percentages
Cyan12.2%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#caade6 text on a black background
contrast 10.63:1
Card sample
#caade6 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caade6;
Background color
Panel with #caade6 background
background-color: #caade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caade6; background: linear-gradient(135deg, #caade6, #E6ADDC);