#ef4dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 77, 251
HSL
296°, 96%, 64%
CMYK
5, 69, 0, 2
Luminance
0.3062
Every format
| HEX | #ef4dfb |
| RGB | rgb(239, 77, 251) |
| HSL | hsl(296, 96%, 64%) |
| CMYK | cmyk(5%, 69%, 0%, 2%) |
| LAB | lab(62.2 81.3 -55.8) |
| LCH | lch(62.2 98.6 325.5) |
| OKLCH | oklch(0.709 0.270 325.0) |
Copy-ready code
/* CSS */
color: #ef4dfb;
background-color: #ef4dfb;
/* Tailwind (arbitrary) */
class="text-[#ef4dfb] bg-[#ef4dfb]"
/* SCSS */
$brand: #ef4dfb;
/* SwiftUI */
Color(red: 0.937, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#ef4dfb")Accessibility — WCAG contrast
Aa
#ef4dfb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef4dfb on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green30.2%
Blue98.4%
CMYK percentages
Cyan4.8%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ef4dfb text on a black background
contrast 7.12:1
Card sample
#ef4dfb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4dfb;
Background color
Panel with #ef4dfb background
background-color: #ef4dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4dfb; background: linear-gradient(135deg, #ef4dfb, #FB4D93);