#e76df4
a light, electric magenta / pink · warm · closest name: violet
RGB
231, 109, 244
HSL
294°, 86%, 69%
CMYK
5, 55, 0, 4
Luminance
0.3446
Every format
| HEX | #e76df4 |
| RGB | rgb(231, 109, 244) |
| HSL | hsl(294, 86%, 69%) |
| CMYK | cmyk(5%, 55%, 0%, 4%) |
| LAB | lab(65.3 65.5 -47.0) |
| LCH | lch(65.3 80.6 324.3) |
| OKLCH | oklch(0.729 0.220 323.7) |
Copy-ready code
/* CSS */
color: #e76df4;
background-color: #e76df4;
/* Tailwind (arbitrary) */
class="text-[#e76df4] bg-[#e76df4]"
/* SCSS */
$brand: #e76df4;
/* SwiftUI */
Color(red: 0.906, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#e76df4")Accessibility — WCAG contrast
Aa
#e76df4 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e76df4 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green42.7%
Blue95.7%
CMYK percentages
Cyan5.3%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#e76df4 text on a black background
contrast 7.89:1
Card sample
#e76df4 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e76df4;
Background color
Panel with #e76df4 background
background-color: #e76df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e76df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e76df4; background: linear-gradient(135deg, #e76df4, #F46DA7);