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