#ec32eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 50, 235
HSL
300°, 83%, 56%
CMYK
0, 79, 0, 8
Luminance
0.2611
Every format
| HEX | #ec32eb |
| RGB | rgb(236, 50, 235) |
| HSL | hsl(300, 83%, 56%) |
| CMYK | cmyk(0%, 79%, 0%, 8%) |
| LAB | lab(58.1 86.0 -53.3) |
| LCH | lch(58.1 101.2 328.2) |
| OKLCH | oklch(0.677 0.282 328.4) |
Copy-ready code
/* CSS */
color: #ec32eb;
background-color: #ec32eb;
/* Tailwind (arbitrary) */
class="text-[#ec32eb] bg-[#ec32eb]"
/* SCSS */
$brand: #ec32eb;
/* SwiftUI */
Color(red: 0.925, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#ec32eb")Accessibility — WCAG contrast
Aa
#ec32eb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec32eb on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green19.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow0.4%
Key (black)7.5%
Color previews
#ec32eb text on a black background
contrast 6.22:1
Card sample
#ec32eb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec32eb;
Background color
Panel with #ec32eb background
background-color: #ec32eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec32eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec32eb; background: linear-gradient(135deg, #ec32eb, #EC326F);