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