#e239df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
226, 57, 223
HSL
301°, 74%, 56%
CMYK
0, 75, 1, 11
Luminance
0.2442
Every format
| HEX | #e239df |
| RGB | rgb(226, 57, 223) |
| HSL | hsl(301, 74%, 56%) |
| CMYK | cmyk(0%, 75%, 1%, 11%) |
| LAB | lab(56.5 80.4 -49.3) |
| LCH | lch(56.5 94.3 328.5) |
| OKLCH | oklch(0.660 0.264 328.9) |
Copy-ready code
/* CSS */
color: #e239df;
background-color: #e239df;
/* Tailwind (arbitrary) */
class="text-[#e239df] bg-[#e239df]"
/* SCSS */
$brand: #e239df;
/* SwiftUI */
Color(red: 0.886, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#e239df")Accessibility — WCAG contrast
Aa
#e239df on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e239df on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green22.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow1.3%
Key (black)11.4%
Color previews
#e239df text on a black background
contrast 5.88:1
Card sample
#e239df text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e239df;
Background color
Panel with #e239df background
background-color: #e239df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e239df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e239df; background: linear-gradient(135deg, #e239df, #E2396E);