#e802af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
232, 2, 175
HSL
315°, 98%, 46%
CMYK
0, 99, 25, 9
Luminance
0.2029
Every format
| HEX | #e802af |
| RGB | rgb(232, 2, 175) |
| HSL | hsl(315, 98%, 46%) |
| CMYK | cmyk(0%, 99%, 25%, 9%) |
| LAB | lab(52.2 84.1 -28.4) |
| LCH | lch(52.2 88.7 341.3) |
| OKLCH | oklch(0.623 0.266 343.4) |
Copy-ready code
/* CSS */
color: #e802af;
background-color: #e802af;
/* Tailwind (arbitrary) */
class="text-[#e802af] bg-[#e802af]"
/* SCSS */
$brand: #e802af;
/* SwiftUI */
Color(red: 0.910, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#e802af")Accessibility — WCAG contrast
Aa
#e802af on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e802af on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow24.6%
Key (black)9.0%
Color previews
#e802af text on a black background
contrast 5.06:1
Card sample
#e802af text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e802af;
Background color
Panel with #e802af background
background-color: #e802af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e802af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e802af; background: linear-gradient(135deg, #e802af, #E80216);