#e331ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
227, 49, 186
HSL
314°, 76%, 54%
CMYK
0, 78, 18, 11
Luminance
0.2207
Every format
| HEX | #e331ba |
| RGB | rgb(227, 49, 186) |
| HSL | hsl(314, 76%, 54%) |
| CMYK | cmyk(0%, 78%, 18%, 11%) |
| LAB | lab(54.1 77.6 -31.9) |
| LCH | lch(54.1 83.9 337.7) |
| OKLCH | oklch(0.637 0.247 339.5) |
Copy-ready code
/* CSS */
color: #e331ba;
background-color: #e331ba;
/* Tailwind (arbitrary) */
class="text-[#e331ba] bg-[#e331ba]"
/* SCSS */
$brand: #e331ba;
/* SwiftUI */
Color(red: 0.890, green: 0.192, blue: 0.729)
/* Android */
Color.parseColor("#e331ba")Accessibility — WCAG contrast
Aa
#e331ba on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e331ba on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green19.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow18.1%
Key (black)11.0%
Color previews
#e331ba text on a black background
contrast 5.41:1
Card sample
#e331ba text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e331ba;
Background color
Panel with #e331ba background
background-color: #e331ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e331ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 49, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 49, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e331ba; background: linear-gradient(135deg, #e331ba, #E33143);