#e80eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
232, 14, 178
HSL
315°, 89%, 48%
CMYK
0, 94, 23, 9
Luminance
0.2068
Every format
| HEX | #e80eb2 |
| RGB | rgb(232, 14, 178) |
| HSL | hsl(315, 89%, 48%) |
| CMYK | cmyk(0%, 94%, 23%, 9%) |
| LAB | lab(52.6 83.5 -29.5) |
| LCH | lch(52.6 88.6 340.6) |
| OKLCH | oklch(0.627 0.265 342.6) |
Copy-ready code
/* CSS */
color: #e80eb2;
background-color: #e80eb2;
/* Tailwind (arbitrary) */
class="text-[#e80eb2] bg-[#e80eb2]"
/* SCSS */
$brand: #e80eb2;
/* SwiftUI */
Color(red: 0.910, green: 0.055, blue: 0.698)
/* Android */
Color.parseColor("#e80eb2")Accessibility — WCAG contrast
Aa
#e80eb2 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e80eb2 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green5.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow23.3%
Key (black)9.0%
Color previews
#e80eb2 text on a black background
contrast 5.14:1
Card sample
#e80eb2 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e80eb2;
Background color
Panel with #e80eb2 background
background-color: #e80eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e80eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 14, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 14, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e80eb2; background: linear-gradient(135deg, #e80eb2, #E80E21);