#ca2df3
a balanced, electric violet · warm · closest name: magenta
RGB
202, 45, 243
HSL
288°, 89%, 57%
CMYK
17, 82, 0, 5
Luminance
0.2090
Every format
| HEX | #ca2df3 |
| RGB | rgb(202, 45, 243) |
| HSL | hsl(288, 89%, 57%) |
| CMYK | cmyk(17%, 82%, 0%, 5%) |
| LAB | lab(52.9 82.5 -66.6) |
| LCH | lch(52.9 106.0 321.1) |
| OKLCH | oklch(0.631 0.279 317.8) |
Copy-ready code
/* CSS */
color: #ca2df3;
background-color: #ca2df3;
/* Tailwind (arbitrary) */
class="text-[#ca2df3] bg-[#ca2df3]"
/* SCSS */
$brand: #ca2df3;
/* SwiftUI */
Color(red: 0.792, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#ca2df3")Accessibility — WCAG contrast
Aa
#ca2df3 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2df3 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green17.6%
Blue95.3%
CMYK percentages
Cyan16.9%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#ca2df3 text on a black background
contrast 5.18:1
Card sample
#ca2df3 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2df3;
Background color
Panel with #ca2df3 background
background-color: #ca2df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2df3; background: linear-gradient(135deg, #ca2df3, #F32D98);