#ec12ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 18, 206
HSL
308°, 86%, 50%
CMYK
0, 92, 13, 8
Luminance
0.2272
Every format
| HEX | #ec12ce |
| RGB | rgb(236, 18, 206) |
| HSL | hsl(308, 86%, 50%) |
| CMYK | cmyk(0%, 92%, 13%, 8%) |
| LAB | lab(54.8 87.3 -42.2) |
| LCH | lch(54.8 97.0 334.2) |
| OKLCH | oklch(0.648 0.281 335.7) |
Copy-ready code
/* CSS */
color: #ec12ce;
background-color: #ec12ce;
/* Tailwind (arbitrary) */
class="text-[#ec12ce] bg-[#ec12ce]"
/* SCSS */
$brand: #ec12ce;
/* SwiftUI */
Color(red: 0.925, green: 0.071, blue: 0.808)
/* Android */
Color.parseColor("#ec12ce")Accessibility — WCAG contrast
Aa
#ec12ce on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec12ce on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green7.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow12.7%
Key (black)7.5%
Color previews
#ec12ce text on a black background
contrast 5.54:1
Card sample
#ec12ce text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec12ce;
Background color
Panel with #ec12ce background
background-color: #ec12ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec12ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 18, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 18, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec12ce; background: linear-gradient(135deg, #ec12ce, #EC123D);