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