#ca91df
a light, vivid violet · warm · closest name: plum
RGB
202, 145, 223
HSL
284°, 55%, 72%
CMYK
9, 35, 0, 13
Luminance
0.3814
Every format
| HEX | #ca91df |
| RGB | rgb(202, 145, 223) |
| HSL | hsl(284, 55%, 72%) |
| CMYK | cmyk(9%, 35%, 0%, 13%) |
| LAB | lab(68.1 35.0 -31.3) |
| LCH | lch(68.1 47.0 318.2) |
| OKLCH | oklch(0.739 0.125 316.7) |
Copy-ready code
/* CSS */
color: #ca91df;
background-color: #ca91df;
/* Tailwind (arbitrary) */
class="text-[#ca91df] bg-[#ca91df]"
/* SCSS */
$brand: #ca91df;
/* SwiftUI */
Color(red: 0.792, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#ca91df")Accessibility — WCAG contrast
Aa
#ca91df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca91df on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.9%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ca91df text on a black background
contrast 8.63:1
Card sample
#ca91df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca91df;
Background color
Panel with #ca91df background
background-color: #ca91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca91df; background: linear-gradient(135deg, #ca91df, #DF91C0);