#ef2eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 46, 238
HSL
300°, 86%, 56%
CMYK
0, 81, 0, 6
Luminance
0.2648
Every format
| HEX | #ef2eee |
| RGB | rgb(239, 46, 238) |
| HSL | hsl(300, 86%, 56%) |
| CMYK | cmyk(0%, 81%, 0%, 6%) |
| LAB | lab(58.5 87.9 -54.4) |
| LCH | lch(58.5 103.4 328.2) |
| OKLCH | oklch(0.681 0.289 328.4) |
Copy-ready code
/* CSS */
color: #ef2eee;
background-color: #ef2eee;
/* Tailwind (arbitrary) */
class="text-[#ef2eee] bg-[#ef2eee]"
/* SCSS */
$brand: #ef2eee;
/* SwiftUI */
Color(red: 0.937, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#ef2eee")Accessibility — WCAG contrast
Aa
#ef2eee on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2eee on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow0.4%
Key (black)6.3%
Color previews
#ef2eee text on a black background
contrast 6.30:1
Card sample
#ef2eee text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2eee;
Background color
Panel with #ef2eee background
background-color: #ef2eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2eee; background: linear-gradient(135deg, #ef2eee, #EF2E6D);