#ec3fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 63, 226
HSL
304°, 82%, 59%
CMYK
0, 73, 4, 8
Luminance
0.2688
Every format
| HEX | #ec3fe2 |
| RGB | rgb(236, 63, 226) |
| HSL | hsl(304, 82%, 59%) |
| CMYK | cmyk(0%, 73%, 4%, 8%) |
| LAB | lab(58.9 81.2 -47.1) |
| LCH | lch(58.9 93.9 329.9) |
| OKLCH | oklch(0.680 0.265 330.6) |
Copy-ready code
/* CSS */
color: #ec3fe2;
background-color: #ec3fe2;
/* Tailwind (arbitrary) */
class="text-[#ec3fe2] bg-[#ec3fe2]"
/* SCSS */
$brand: #ec3fe2;
/* SwiftUI */
Color(red: 0.925, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#ec3fe2")Accessibility — WCAG contrast
Aa
#ec3fe2 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3fe2 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green24.7%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow4.2%
Key (black)7.5%
Color previews
#ec3fe2 text on a black background
contrast 6.38:1
Card sample
#ec3fe2 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3fe2;
Background color
Panel with #ec3fe2 background
background-color: #ec3fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3fe2; background: linear-gradient(135deg, #ec3fe2, #EC3F6E);