#e331ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
227, 49, 172
HSL
319°, 76%, 54%
CMYK
0, 78, 24, 11
Luminance
0.2151
Every format
| HEX | #e331ac |
| RGB | rgb(227, 49, 172) |
| HSL | hsl(319, 76%, 54%) |
| CMYK | cmyk(0%, 78%, 24%, 11%) |
| LAB | lab(53.5 75.8 -24.6) |
| LCH | lch(53.5 79.7 342.0) |
| OKLCH | oklch(0.631 0.239 344.0) |
Copy-ready code
/* CSS */
color: #e331ac;
background-color: #e331ac;
/* Tailwind (arbitrary) */
class="text-[#e331ac] bg-[#e331ac]"
/* SCSS */
$brand: #e331ac;
/* SwiftUI */
Color(red: 0.890, green: 0.192, blue: 0.675)
/* Android */
Color.parseColor("#e331ac")Accessibility — WCAG contrast
Aa
#e331ac on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e331ac on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green19.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow24.2%
Key (black)11.0%
Color previews
#e331ac text on a black background
contrast 5.30:1
Card sample
#e331ac text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e331ac;
Background color
Panel with #e331ac background
background-color: #e331ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e331ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 49, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 49, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e331ac; background: linear-gradient(135deg, #e331ac, #E33135);