#e331db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 49, 219
HSL
303°, 76%, 54%
CMYK
0, 78, 4, 11
Luminance
0.2364
Every format
| HEX | #e331db |
| RGB | rgb(227, 49, 219) |
| HSL | hsl(303, 76%, 54%) |
| CMYK | cmyk(0%, 78%, 4%, 11%) |
| LAB | lab(55.7 82.1 -48.3) |
| LCH | lch(55.7 95.3 329.6) |
| OKLCH | oklch(0.654 0.268 330.2) |
Copy-ready code
/* CSS */
color: #e331db;
background-color: #e331db;
/* Tailwind (arbitrary) */
class="text-[#e331db] bg-[#e331db]"
/* SCSS */
$brand: #e331db;
/* SwiftUI */
Color(red: 0.890, green: 0.192, blue: 0.859)
/* Android */
Color.parseColor("#e331db")Accessibility — WCAG contrast
Aa
#e331db on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e331db on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green19.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow3.5%
Key (black)11.0%
Color previews
#e331db text on a black background
contrast 5.73:1
Card sample
#e331db text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e331db;
Background color
Panel with #e331db background
background-color: #e331db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e331db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 49, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 49, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e331db; background: linear-gradient(135deg, #e331db, #E33164);