#e232df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 50, 223
HSL
301°, 75%, 54%
CMYK
0, 78, 1, 11
Luminance
0.2378
Every format
| HEX | #e232df |
| RGB | rgb(226, 50, 223) |
| HSL | hsl(301, 75%, 54%) |
| CMYK | cmyk(0%, 78%, 1%, 11%) |
| LAB | lab(55.9 82.3 -50.3) |
| LCH | lch(55.9 96.4 328.6) |
| OKLCH | oklch(0.655 0.270 328.9) |
Copy-ready code
/* CSS */
color: #e232df;
background-color: #e232df;
/* Tailwind (arbitrary) */
class="text-[#e232df] bg-[#e232df]"
/* SCSS */
$brand: #e232df;
/* SwiftUI */
Color(red: 0.886, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#e232df")Accessibility — WCAG contrast
Aa
#e232df on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e232df on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green19.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow1.3%
Key (black)11.4%
Color previews
#e232df text on a black background
contrast 5.76:1
Card sample
#e232df text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e232df;
Background color
Panel with #e232df background
background-color: #e232df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e232df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e232df; background: linear-gradient(135deg, #e232df, #E2326A);