#ec2fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 47, 226
HSL
303°, 83%, 56%
CMYK
0, 80, 4, 8
Luminance
0.2536
Every format
| HEX | #ec2fe2 |
| RGB | rgb(236, 47, 226) |
| HSL | hsl(303, 83%, 56%) |
| CMYK | cmyk(0%, 80%, 4%, 8%) |
| LAB | lab(57.4 85.3 -49.4) |
| LCH | lch(57.4 98.6 329.9) |
| OKLCH | oklch(0.670 0.279 330.6) |
Copy-ready code
/* CSS */
color: #ec2fe2;
background-color: #ec2fe2;
/* Tailwind (arbitrary) */
class="text-[#ec2fe2] bg-[#ec2fe2]"
/* SCSS */
$brand: #ec2fe2;
/* SwiftUI */
Color(red: 0.925, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#ec2fe2")Accessibility — WCAG contrast
Aa
#ec2fe2 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2fe2 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green18.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta80.1%
Yellow4.2%
Key (black)7.5%
Color previews
#ec2fe2 text on a black background
contrast 6.07:1
Card sample
#ec2fe2 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2fe2;
Background color
Panel with #ec2fe2 background
background-color: #ec2fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2fe2; background: linear-gradient(135deg, #ec2fe2, #EC2F64);