#e84eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
232, 78, 179
HSL
321°, 77%, 61%
CMYK
0, 66, 23, 9
Luminance
0.2586
Every format
| HEX | #e84eb3 |
| RGB | rgb(232, 78, 179) |
| HSL | hsl(321, 77%, 61%) |
| CMYK | cmyk(0%, 66%, 23%, 9%) |
| LAB | lab(57.9 68.6 -21.9) |
| LCH | lch(57.9 72.0 342.3) |
| OKLCH | oklch(0.665 0.215 344.3) |
Copy-ready code
/* CSS */
color: #e84eb3;
background-color: #e84eb3;
/* Tailwind (arbitrary) */
class="text-[#e84eb3] bg-[#e84eb3]"
/* SCSS */
$brand: #e84eb3;
/* SwiftUI */
Color(red: 0.910, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#e84eb3")Accessibility — WCAG contrast
Aa
#e84eb3 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e84eb3 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow22.8%
Key (black)9.0%
Color previews
#e84eb3 text on a black background
contrast 6.17:1
Card sample
#e84eb3 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e84eb3;
Background color
Panel with #e84eb3 background
background-color: #e84eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e84eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e84eb3; background: linear-gradient(135deg, #e84eb3, #E8504E);