#e83df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
232, 61, 244
HSL
296°, 89%, 60%
CMYK
5, 75, 0, 4
Luminance
0.2702
Every format
| HEX | #e83df4 |
| RGB | rgb(232, 61, 244) |
| HSL | hsl(296, 89%, 60%) |
| CMYK | cmyk(5%, 75%, 0%, 4%) |
| LAB | lab(59.0 83.8 -57.0) |
| LCH | lch(59.0 101.3 325.7) |
| OKLCH | oklch(0.683 0.278 325.1) |
Copy-ready code
/* CSS */
color: #e83df4;
background-color: #e83df4;
/* Tailwind (arbitrary) */
class="text-[#e83df4] bg-[#e83df4]"
/* SCSS */
$brand: #e83df4;
/* SwiftUI */
Color(red: 0.910, green: 0.239, blue: 0.957)
/* Android */
Color.parseColor("#e83df4")Accessibility — WCAG contrast
Aa
#e83df4 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e83df4 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green23.9%
Blue95.7%
CMYK percentages
Cyan4.9%
Magenta75.0%
Yellow0.0%
Key (black)4.3%
Color previews
#e83df4 text on a black background
contrast 6.40:1
Card sample
#e83df4 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e83df4;
Background color
Panel with #e83df4 background
background-color: #e83df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e83df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 61, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 61, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e83df4; background: linear-gradient(135deg, #e83df4, #F43D86);