#ca2fe4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
202, 47, 228
HSL
291°, 77%, 54%
CMYK
11, 79, 0, 11
Luminance
0.2019
Every format
| HEX | #ca2fe4 |
| RGB | rgb(202, 47, 228) |
| HSL | hsl(291, 77%, 54%) |
| CMYK | cmyk(11%, 79%, 0%, 11%) |
| LAB | lab(52.1 79.4 -59.5) |
| LCH | lch(52.1 99.2 323.2) |
| OKLCH | oklch(0.622 0.266 321.3) |
Copy-ready code
/* CSS */
color: #ca2fe4;
background-color: #ca2fe4;
/* Tailwind (arbitrary) */
class="text-[#ca2fe4] bg-[#ca2fe4]"
/* SCSS */
$brand: #ca2fe4;
/* SwiftUI */
Color(red: 0.792, green: 0.184, blue: 0.894)
/* Android */
Color.parseColor("#ca2fe4")Accessibility — WCAG contrast
Aa
#ca2fe4 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2fe4 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green18.4%
Blue89.4%
CMYK percentages
Cyan11.4%
Magenta79.4%
Yellow0.0%
Key (black)10.6%
Color previews
#ca2fe4 text on a black background
contrast 5.04:1
Card sample
#ca2fe4 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2fe4;
Background color
Panel with #ca2fe4 background
background-color: #ca2fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 47, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 47, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2fe4; background: linear-gradient(135deg, #ca2fe4, #E42F85);