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