#caadfd
a light, electric violet · warm · closest name: plum
RGB
202, 173, 253
HSL
262°, 95%, 84%
CMYK
20, 32, 0, 1
Luminance
0.4954
Every format
| HEX | #caadfd |
| RGB | rgb(202, 173, 253) |
| HSL | hsl(262, 95%, 84%) |
| CMYK | cmyk(20%, 32%, 0%, 1%) |
| LAB | lab(75.8 26.1 -35.8) |
| LCH | lch(75.8 44.3 306.1) |
| OKLCH | oklch(0.801 0.115 300.5) |
Copy-ready code
/* CSS */
color: #caadfd;
background-color: #caadfd;
/* Tailwind (arbitrary) */
class="text-[#caadfd] bg-[#caadfd]"
/* SCSS */
$brand: #caadfd;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#caadfd")Accessibility — WCAG contrast
Aa
#caadfd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caadfd on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#caadfd text on a black background
contrast 10.91:1
Card sample
#caadfd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caadfd;
Background color
Panel with #caadfd background
background-color: #caadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caadfd; background: linear-gradient(135deg, #caadfd, #FDADFB);