#e331af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
227, 49, 175
HSL
318°, 76%, 54%
CMYK
0, 78, 23, 11
Luminance
0.2162
Every format
| HEX | #e331af |
| RGB | rgb(227, 49, 175) |
| HSL | hsl(318, 76%, 54%) |
| CMYK | cmyk(0%, 78%, 23%, 11%) |
| LAB | lab(53.6 76.2 -26.2) |
| LCH | lch(53.6 80.6 341.0) |
| OKLCH | oklch(0.632 0.240 343.0) |
Copy-ready code
/* CSS */
color: #e331af;
background-color: #e331af;
/* Tailwind (arbitrary) */
class="text-[#e331af] bg-[#e331af]"
/* SCSS */
$brand: #e331af;
/* SwiftUI */
Color(red: 0.890, green: 0.192, blue: 0.686)
/* Android */
Color.parseColor("#e331af")Accessibility — WCAG contrast
Aa
#e331af on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e331af on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green19.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow22.9%
Key (black)11.0%
Color previews
#e331af text on a black background
contrast 5.32:1
Card sample
#e331af text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e331af;
Background color
Panel with #e331af background
background-color: #e331af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e331af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 49, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 49, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e331af; background: linear-gradient(135deg, #e331af, #E33138);