#ca3cf2
a balanced, electric violet · warm · closest name: magenta
RGB
202, 60, 242
HSL
287°, 88%, 59%
CMYK
17, 75, 0, 5
Luminance
0.2220
Every format
| HEX | #ca3cf2 |
| RGB | rgb(202, 60, 242) |
| HSL | hsl(287, 88%, 59%) |
| CMYK | cmyk(17%, 75%, 0%, 5%) |
| LAB | lab(54.2 78.1 -63.8) |
| LCH | lch(54.2 100.8 320.7) |
| OKLCH | oklch(0.640 0.266 317.5) |
Copy-ready code
/* CSS */
color: #ca3cf2;
background-color: #ca3cf2;
/* Tailwind (arbitrary) */
class="text-[#ca3cf2] bg-[#ca3cf2]"
/* SCSS */
$brand: #ca3cf2;
/* SwiftUI */
Color(red: 0.792, green: 0.235, blue: 0.949)
/* Android */
Color.parseColor("#ca3cf2")Accessibility — WCAG contrast
Aa
#ca3cf2 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca3cf2 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green23.5%
Blue94.9%
CMYK percentages
Cyan16.5%
Magenta75.2%
Yellow0.0%
Key (black)5.1%
Color previews
#ca3cf2 text on a black background
contrast 5.44:1
Card sample
#ca3cf2 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3cf2;
Background color
Panel with #ca3cf2 background
background-color: #ca3cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 60, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 60, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3cf2; background: linear-gradient(135deg, #ca3cf2, #F23CA1);