#ca3df3
a balanced, electric violet · warm · closest name: magenta
RGB
202, 61, 243
HSL
287°, 88%, 60%
CMYK
17, 75, 0, 5
Luminance
0.2237
Every format
| HEX | #ca3df3 |
| RGB | rgb(202, 61, 243) |
| HSL | hsl(287, 88%, 60%) |
| CMYK | cmyk(17%, 75%, 0%, 5%) |
| LAB | lab(54.4 77.9 -64.1) |
| LCH | lch(54.4 100.9 320.6) |
| OKLCH | oklch(0.642 0.266 317.3) |
Copy-ready code
/* CSS */
color: #ca3df3;
background-color: #ca3df3;
/* Tailwind (arbitrary) */
class="text-[#ca3df3] bg-[#ca3df3]"
/* SCSS */
$brand: #ca3df3;
/* SwiftUI */
Color(red: 0.792, green: 0.239, blue: 0.953)
/* Android */
Color.parseColor("#ca3df3")Accessibility — WCAG contrast
Aa
#ca3df3 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca3df3 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green23.9%
Blue95.3%
CMYK percentages
Cyan16.9%
Magenta74.9%
Yellow0.0%
Key (black)4.7%
Color previews
#ca3df3 text on a black background
contrast 5.47:1
Card sample
#ca3df3 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3df3;
Background color
Panel with #ca3df3 background
background-color: #ca3df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 61, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 61, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3df3; background: linear-gradient(135deg, #ca3df3, #F33DA3);