#ca5ef1
a light, electric violet · warm · closest name: violet
RGB
202, 94, 241
HSL
284°, 84%, 66%
CMYK
16, 61, 0, 6
Luminance
0.2691
Every format
| HEX | #ca5ef1 |
| RGB | rgb(202, 94, 241) |
| HSL | hsl(284, 84%, 66%) |
| CMYK | cmyk(16%, 61%, 0%, 6%) |
| LAB | lab(58.9 64.7 -55.8) |
| LCH | lch(58.9 85.4 319.2) |
| OKLCH | oklch(0.673 0.225 316.0) |
Copy-ready code
/* CSS */
color: #ca5ef1;
background-color: #ca5ef1;
/* Tailwind (arbitrary) */
class="text-[#ca5ef1] bg-[#ca5ef1]"
/* SCSS */
$brand: #ca5ef1;
/* SwiftUI */
Color(red: 0.792, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#ca5ef1")Accessibility — WCAG contrast
Aa
#ca5ef1 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5ef1 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green36.9%
Blue94.5%
CMYK percentages
Cyan16.2%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ca5ef1 text on a black background
contrast 6.38:1
Card sample
#ca5ef1 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5ef1;
Background color
Panel with #ca5ef1 background
background-color: #ca5ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5ef1; background: linear-gradient(135deg, #ca5ef1, #F15EB6);