#ef4eef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 78, 239
HSL
300°, 83%, 62%
CMYK
0, 67, 0, 6
Luminance
0.3003
Every format
| HEX | #ef4eef |
| RGB | rgb(239, 78, 239) |
| HSL | hsl(300, 83%, 62%) |
| CMYK | cmyk(0%, 67%, 0%, 6%) |
| LAB | lab(61.7 79.0 -49.9) |
| LCH | lch(61.7 93.5 327.7) |
| OKLCH | oklch(0.704 0.260 327.9) |
Copy-ready code
/* CSS */
color: #ef4eef;
background-color: #ef4eef;
/* Tailwind (arbitrary) */
class="text-[#ef4eef] bg-[#ef4eef]"
/* SCSS */
$brand: #ef4eef;
/* SwiftUI */
Color(red: 0.937, green: 0.306, blue: 0.937)
/* Android */
Color.parseColor("#ef4eef")Accessibility — WCAG contrast
Aa
#ef4eef on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4eef on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green30.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ef4eef text on a black background
contrast 7.01:1
Card sample
#ef4eef text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4eef;
Background color
Panel with #ef4eef background
background-color: #ef4eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 78, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 78, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4eef; background: linear-gradient(135deg, #ef4eef, #EF4E84);