#ec4eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 78, 238
HSL
299°, 83%, 62%
CMYK
1, 67, 0, 7
Luminance
0.2945
Every format
| HEX | #ec4eee |
| RGB | rgb(236, 78, 238) |
| HSL | hsl(299, 83%, 62%) |
| CMYK | cmyk(1%, 67%, 0%, 7%) |
| LAB | lab(61.2 78.2 -50.2) |
| LCH | lch(61.2 92.9 327.3) |
| OKLCH | oklch(0.699 0.258 327.4) |
Copy-ready code
/* CSS */
color: #ec4eee;
background-color: #ec4eee;
/* Tailwind (arbitrary) */
class="text-[#ec4eee] bg-[#ec4eee]"
/* SCSS */
$brand: #ec4eee;
/* SwiftUI */
Color(red: 0.925, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#ec4eee")Accessibility — WCAG contrast
Aa
#ec4eee on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4eee on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green30.6%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#ec4eee text on a black background
contrast 6.89:1
Card sample
#ec4eee text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4eee;
Background color
Panel with #ec4eee background
background-color: #ec4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4eee; background: linear-gradient(135deg, #ec4eee, #EE4E85);