#e357ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 87, 171
HSL
324°, 71%, 62%
CMYK
0, 62, 25, 11
Luminance
0.2609
Every format
| HEX | #e357ab |
| RGB | rgb(227, 87, 171) |
| HSL | hsl(324, 71%, 62%) |
| CMYK | cmyk(0%, 62%, 25%, 11%) |
| LAB | lab(58.1 62.7 -17.0) |
| LCH | lch(58.1 64.9 344.8) |
| OKLCH | oklch(0.664 0.194 346.7) |
Copy-ready code
/* CSS */
color: #e357ab;
background-color: #e357ab;
/* Tailwind (arbitrary) */
class="text-[#e357ab] bg-[#e357ab]"
/* SCSS */
$brand: #e357ab;
/* SwiftUI */
Color(red: 0.890, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#e357ab")Accessibility — WCAG contrast
Aa
#e357ab on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e357ab on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green34.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow24.7%
Key (black)11.0%
Color previews
#e357ab text on a black background
contrast 6.22:1
Card sample
#e357ab text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e357ab;
Background color
Panel with #e357ab background
background-color: #e357ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e357ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e357ab; background: linear-gradient(135deg, #e357ab, #E36057);