#caa3df
a light, vivid violet · warm · closest name: plum
RGB
202, 163, 223
HSL
279°, 48%, 76%
CMYK
9, 27, 0, 13
Luminance
0.4408
Every format
| HEX | #caa3df |
| RGB | rgb(202, 163, 223) |
| HSL | hsl(279, 48%, 76%) |
| CMYK | cmyk(9%, 27%, 0%, 13%) |
| LAB | lab(72.3 25.2 -24.9) |
| LCH | lch(72.3 35.4 315.3) |
| OKLCH | oklch(0.771 0.094 313.5) |
Copy-ready code
/* CSS */
color: #caa3df;
background-color: #caa3df;
/* Tailwind (arbitrary) */
class="text-[#caa3df] bg-[#caa3df]"
/* SCSS */
$brand: #caa3df;
/* SwiftUI */
Color(red: 0.792, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#caa3df")Accessibility — WCAG contrast
Aa
#caa3df on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa3df on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.9%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#caa3df text on a black background
contrast 9.82:1
Card sample
#caa3df text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa3df;
Background color
Panel with #caa3df background
background-color: #caa3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa3df; background: linear-gradient(135deg, #caa3df, #DFA3CC);