#caabdf
a light, soft violet · warm · closest name: plum
RGB
202, 171, 223
HSL
276°, 45%, 77%
CMYK
9, 23, 0, 13
Luminance
0.4701
Every format
| HEX | #caabdf |
| RGB | rgb(202, 171, 223) |
| HSL | hsl(276, 45%, 77%) |
| CMYK | cmyk(9%, 23%, 0%, 13%) |
| LAB | lab(74.2 20.8 -22.0) |
| LCH | lch(74.2 30.3 313.4) |
| OKLCH | oklch(0.786 0.080 311.4) |
Copy-ready code
/* CSS */
color: #caabdf;
background-color: #caabdf;
/* Tailwind (arbitrary) */
class="text-[#caabdf] bg-[#caabdf]"
/* SCSS */
$brand: #caabdf;
/* SwiftUI */
Color(red: 0.792, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#caabdf")Accessibility — WCAG contrast
Aa
#caabdf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caabdf on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#caabdf text on a black background
contrast 10.40:1
Card sample
#caabdf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caabdf;
Background color
Panel with #caabdf background
background-color: #caabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caabdf; background: linear-gradient(135deg, #caabdf, #DFABD1);