#caaddf
a light, soft violet · warm · closest name: plum
RGB
202, 173, 223
HSL
275°, 44%, 78%
CMYK
9, 22, 0, 13
Luminance
0.4777
Every format
| HEX | #caaddf |
| RGB | rgb(202, 173, 223) |
| HSL | hsl(275, 44%, 78%) |
| CMYK | cmyk(9%, 22%, 0%, 13%) |
| LAB | lab(74.7 19.7 -21.3) |
| LCH | lch(74.7 29.0 312.8) |
| OKLCH | oklch(0.789 0.076 310.8) |
Copy-ready code
/* CSS */
color: #caaddf;
background-color: #caaddf;
/* Tailwind (arbitrary) */
class="text-[#caaddf] bg-[#caaddf]"
/* SCSS */
$brand: #caaddf;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#caaddf")Accessibility — WCAG contrast
Aa
#caaddf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caaddf on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#caaddf text on a black background
contrast 10.55:1
Card sample
#caaddf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caaddf;
Background color
Panel with #caaddf background
background-color: #caaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caaddf; background: linear-gradient(135deg, #caaddf, #DFADD3);