#ef5fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 95, 223
HSL
307°, 82%, 66%
CMYK
0, 60, 7, 6
Luminance
0.3186
Every format
| HEX | #ef5fdf |
| RGB | rgb(239, 95, 223) |
| HSL | hsl(307, 82%, 66%) |
| CMYK | cmyk(0%, 60%, 7%, 6%) |
| LAB | lab(63.2 70.0 -38.6) |
| LCH | lch(63.2 80.0 331.2) |
| OKLCH | oklch(0.712 0.227 332.3) |
Copy-ready code
/* CSS */
color: #ef5fdf;
background-color: #ef5fdf;
/* Tailwind (arbitrary) */
class="text-[#ef5fdf] bg-[#ef5fdf]"
/* SCSS */
$brand: #ef5fdf;
/* SwiftUI */
Color(red: 0.937, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#ef5fdf")Accessibility — WCAG contrast
Aa
#ef5fdf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef5fdf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow6.7%
Key (black)6.3%
Color previews
#ef5fdf text on a black background
contrast 7.37:1
Card sample
#ef5fdf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5fdf;
Background color
Panel with #ef5fdf background
background-color: #ef5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5fdf; background: linear-gradient(135deg, #ef5fdf, #EF5F7F);