#ec0ce2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 12, 226
HSL
303°, 90%, 49%
CMYK
0, 95, 4, 8
Luminance
0.2359
Every format
| HEX | #ec0ce2 |
| RGB | rgb(236, 12, 226) |
| HSL | hsl(303, 90%, 49%) |
| CMYK | cmyk(0%, 95%, 4%, 8%) |
| LAB | lab(55.7 90.5 -52.2) |
| LCH | lch(55.7 104.5 330.0) |
| OKLCH | oklch(0.658 0.295 330.7) |
Copy-ready code
/* CSS */
color: #ec0ce2;
background-color: #ec0ce2;
/* Tailwind (arbitrary) */
class="text-[#ec0ce2] bg-[#ec0ce2]"
/* SCSS */
$brand: #ec0ce2;
/* SwiftUI */
Color(red: 0.925, green: 0.047, blue: 0.886)
/* Android */
Color.parseColor("#ec0ce2")Accessibility — WCAG contrast
Aa
#ec0ce2 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0ce2 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green4.7%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow4.2%
Key (black)7.5%
Color previews
#ec0ce2 text on a black background
contrast 5.72:1
Card sample
#ec0ce2 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0ce2;
Background color
Panel with #ec0ce2 background
background-color: #ec0ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 12, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 12, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0ce2; background: linear-gradient(135deg, #ec0ce2, #EC0C4D);