#ec0eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 14, 238
HSL
300°, 89%, 49%
CMYK
1, 94, 0, 7
Luminance
0.2432
Every format
| HEX | #ec0eee |
| RGB | rgb(236, 14, 238) |
| HSL | hsl(300, 89%, 49%) |
| CMYK | cmyk(1%, 94%, 0%, 7%) |
| LAB | lab(56.4 92.0 -57.8) |
| LCH | lch(56.4 108.7 327.9) |
| OKLCH | oklch(0.665 0.302 327.9) |
Copy-ready code
/* CSS */
color: #ec0eee;
background-color: #ec0eee;
/* Tailwind (arbitrary) */
class="text-[#ec0eee] bg-[#ec0eee]"
/* SCSS */
$brand: #ec0eee;
/* SwiftUI */
Color(red: 0.925, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#ec0eee")Accessibility — WCAG contrast
Aa
#ec0eee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0eee on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green5.5%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ec0eee text on a black background
contrast 5.86:1
Card sample
#ec0eee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0eee;
Background color
Panel with #ec0eee background
background-color: #ec0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0eee; background: linear-gradient(135deg, #ec0eee, #EE0E5B);