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