#caaadf
a light, vivid violet · warm · closest name: plum
RGB
202, 170, 223
HSL
276°, 45%, 77%
CMYK
9, 24, 0, 13
Luminance
0.4663
Every format
| HEX | #caaadf |
| RGB | rgb(202, 170, 223) |
| HSL | hsl(276, 45%, 77%) |
| CMYK | cmyk(9%, 24%, 0%, 13%) |
| LAB | lab(74.0 21.3 -22.4) |
| LCH | lch(74.0 30.9 313.6) |
| OKLCH | oklch(0.784 0.082 311.7) |
Copy-ready code
/* CSS */
color: #caaadf;
background-color: #caaadf;
/* Tailwind (arbitrary) */
class="text-[#caaadf] bg-[#caaadf]"
/* SCSS */
$brand: #caaadf;
/* SwiftUI */
Color(red: 0.792, green: 0.667, blue: 0.875)
/* Android */
Color.parseColor("#caaadf")Accessibility — WCAG contrast
Aa
#caaadf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caaadf on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green66.7%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta23.8%
Yellow0.0%
Key (black)12.5%
Color previews
#caaadf text on a black background
contrast 10.33:1
Card sample
#caaadf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caaadf;
Background color
Panel with #caaadf background
background-color: #caaadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caaadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 170, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 170, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caaadf; background: linear-gradient(135deg, #caaadf, #DFAAD1);