#ef1bf8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 27, 248
HSL
298°, 94%, 54%
CMYK
4, 89, 0, 3
Luminance
0.2591
Every format
| HEX | #ef1bf8 |
| RGB | rgb(239, 27, 248) |
| HSL | hsl(298, 94%, 54%) |
| CMYK | cmyk(4%, 89%, 0%, 3%) |
| LAB | lab(58.0 92.6 -60.9) |
| LCH | lch(58.0 110.8 326.7) |
| OKLCH | oklch(0.679 0.306 326.3) |
Copy-ready code
/* CSS */
color: #ef1bf8;
background-color: #ef1bf8;
/* Tailwind (arbitrary) */
class="text-[#ef1bf8] bg-[#ef1bf8]"
/* SCSS */
$brand: #ef1bf8;
/* SwiftUI */
Color(red: 0.937, green: 0.106, blue: 0.973)
/* Android */
Color.parseColor("#ef1bf8")Accessibility — WCAG contrast
Aa
#ef1bf8 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1bf8 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green10.6%
Blue97.3%
CMYK percentages
Cyan3.6%
Magenta89.1%
Yellow0.0%
Key (black)2.7%
Color previews
#ef1bf8 text on a black background
contrast 6.18:1
Card sample
#ef1bf8 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1bf8;
Background color
Panel with #ef1bf8 background
background-color: #ef1bf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1bf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 27, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 27, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1bf8; background: linear-gradient(135deg, #ef1bf8, #F81B6D);