#e75df4
a light, electric magenta / pink · warm · closest name: violet
RGB
231, 93, 244
HSL
295°, 87%, 66%
CMYK
5, 62, 0, 4
Luminance
0.3135
Every format
| HEX | #e75df4 |
| RGB | rgb(231, 93, 244) |
| HSL | hsl(295, 87%, 66%) |
| CMYK | cmyk(5%, 62%, 0%, 4%) |
| LAB | lab(62.8 72.4 -51.0) |
| LCH | lch(62.8 88.5 324.8) |
| OKLCH | oklch(0.710 0.242 324.2) |
Copy-ready code
/* CSS */
color: #e75df4;
background-color: #e75df4;
/* Tailwind (arbitrary) */
class="text-[#e75df4] bg-[#e75df4]"
/* SCSS */
$brand: #e75df4;
/* SwiftUI */
Color(red: 0.906, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#e75df4")Accessibility — WCAG contrast
Aa
#e75df4 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e75df4 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green36.5%
Blue95.7%
CMYK percentages
Cyan5.3%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#e75df4 text on a black background
contrast 7.27:1
Card sample
#e75df4 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e75df4;
Background color
Panel with #e75df4 background
background-color: #e75df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e75df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e75df4; background: linear-gradient(135deg, #e75df4, #F45D9C);