#ef1fe8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 31, 232
HSL
302°, 87%, 53%
CMYK
0, 87, 3, 6
Luminance
0.2516
Every format
| HEX | #ef1fe8 |
| RGB | rgb(239, 31, 232) |
| HSL | hsl(302, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 3%, 6%) |
| LAB | lab(57.2 89.7 -53.1) |
| LCH | lch(57.2 104.3 329.4) |
| OKLCH | oklch(0.671 0.293 329.9) |
Copy-ready code
/* CSS */
color: #ef1fe8;
background-color: #ef1fe8;
/* Tailwind (arbitrary) */
class="text-[#ef1fe8] bg-[#ef1fe8]"
/* SCSS */
$brand: #ef1fe8;
/* SwiftUI */
Color(red: 0.937, green: 0.122, blue: 0.910)
/* Android */
Color.parseColor("#ef1fe8")Accessibility — WCAG contrast
Aa
#ef1fe8 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1fe8 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green12.2%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow2.9%
Key (black)6.3%
Color previews
#ef1fe8 text on a black background
contrast 6.03:1
Card sample
#ef1fe8 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1fe8;
Background color
Panel with #ef1fe8 background
background-color: #ef1fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 31, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 31, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1fe8; background: linear-gradient(135deg, #ef1fe8, #EF1F5D);