#ef5df4
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 93, 244
HSL
298°, 87%, 66%
CMYK
2, 62, 0, 4
Luminance
0.3271
Every format
| HEX | #ef5df4 |
| RGB | rgb(239, 93, 244) |
| HSL | hsl(298, 87%, 66%) |
| CMYK | cmyk(2%, 62%, 0%, 4%) |
| LAB | lab(63.9 74.2 -49.1) |
| LCH | lch(63.9 89.0 326.5) |
| OKLCH | oklch(0.721 0.246 326.4) |
Copy-ready code
/* CSS */
color: #ef5df4;
background-color: #ef5df4;
/* Tailwind (arbitrary) */
class="text-[#ef5df4] bg-[#ef5df4]"
/* SCSS */
$brand: #ef5df4;
/* SwiftUI */
Color(red: 0.937, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#ef5df4")Accessibility — WCAG contrast
Aa
#ef5df4 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef5df4 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green36.5%
Blue95.7%
CMYK percentages
Cyan2.0%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#ef5df4 text on a black background
contrast 7.54:1
Card sample
#ef5df4 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5df4;
Background color
Panel with #ef5df4 background
background-color: #ef5df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5df4; background: linear-gradient(135deg, #ef5df4, #F45D94);