#ca3df4
a balanced, electric violet · warm · closest name: magenta
RGB
202, 61, 244
HSL
286°, 89%, 60%
CMYK
17, 75, 0, 4
Luminance
0.2243
Every format
| HEX | #ca3df4 |
| RGB | rgb(202, 61, 244) |
| HSL | hsl(286, 89%, 60%) |
| CMYK | cmyk(17%, 75%, 0%, 4%) |
| LAB | lab(54.5 78.1 -64.5) |
| LCH | lch(54.5 101.3 320.4) |
| OKLCH | oklch(0.642 0.267 317.0) |
Copy-ready code
/* CSS */
color: #ca3df4;
background-color: #ca3df4;
/* Tailwind (arbitrary) */
class="text-[#ca3df4] bg-[#ca3df4]"
/* SCSS */
$brand: #ca3df4;
/* SwiftUI */
Color(red: 0.792, green: 0.239, blue: 0.957)
/* Android */
Color.parseColor("#ca3df4")Accessibility — WCAG contrast
Aa
#ca3df4 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca3df4 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green23.9%
Blue95.7%
CMYK percentages
Cyan17.2%
Magenta75.0%
Yellow0.0%
Key (black)4.3%
Color previews
#ca3df4 text on a black background
contrast 5.49:1
Card sample
#ca3df4 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3df4;
Background color
Panel with #ca3df4 background
background-color: #ca3df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 61, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 61, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3df4; background: linear-gradient(135deg, #ca3df4, #F43DA4);