#ef31df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 49, 223
HSL
305°, 86%, 57%
CMYK
0, 80, 7, 6
Luminance
0.2588
Every format
| HEX | #ef31df |
| RGB | rgb(239, 49, 223) |
| HSL | hsl(305, 86%, 57%) |
| CMYK | cmyk(0%, 80%, 7%, 6%) |
| LAB | lab(57.9 85.0 -46.9) |
| LCH | lch(57.9 97.1 331.1) |
| OKLCH | oklch(0.674 0.276 332.1) |
Copy-ready code
/* CSS */
color: #ef31df;
background-color: #ef31df;
/* Tailwind (arbitrary) */
class="text-[#ef31df] bg-[#ef31df]"
/* SCSS */
$brand: #ef31df;
/* SwiftUI */
Color(red: 0.937, green: 0.192, blue: 0.875)
/* Android */
Color.parseColor("#ef31df")Accessibility — WCAG contrast
Aa
#ef31df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef31df on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green19.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow6.7%
Key (black)6.3%
Color previews
#ef31df text on a black background
contrast 6.18:1
Card sample
#ef31df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef31df;
Background color
Panel with #ef31df background
background-color: #ef31df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef31df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 49, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 49, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef31df; background: linear-gradient(135deg, #ef31df, #EF3160);