#caade3
a light, vivid violet · warm · closest name: plum
RGB
202, 173, 227
HSL
272°, 49%, 78%
CMYK
11, 24, 0, 11
Luminance
0.4799
Every format
| HEX | #caade3 |
| RGB | rgb(202, 173, 227) |
| HSL | hsl(272, 49%, 78%) |
| CMYK | cmyk(11%, 24%, 0%, 11%) |
| LAB | lab(74.8 20.5 -23.2) |
| LCH | lch(74.8 31.0 311.5) |
| OKLCH | oklch(0.791 0.081 308.9) |
Copy-ready code
/* CSS */
color: #caade3;
background-color: #caade3;
/* Tailwind (arbitrary) */
class="text-[#caade3] bg-[#caade3]"
/* SCSS */
$brand: #caade3;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.890)
/* Android */
Color.parseColor("#caade3")Accessibility — WCAG contrast
Aa
#caade3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caade3 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue89.0%
CMYK percentages
Cyan11.0%
Magenta23.8%
Yellow0.0%
Key (black)11.0%
Color previews
#caade3 text on a black background
contrast 10.60:1
Card sample
#caade3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caade3;
Background color
Panel with #caade3 background
background-color: #caade3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caade3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caade3; background: linear-gradient(135deg, #caade3, #E3ADD8);