#e83eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
232, 62, 178
HSL
319°, 79%, 58%
CMYK
0, 73, 23, 9
Luminance
0.2382
Every format
| HEX | #e83eb2 |
| RGB | rgb(232, 62, 178) |
| HSL | hsl(319, 79%, 58%) |
| CMYK | cmyk(0%, 73%, 23%, 9%) |
| LAB | lab(55.9 74.0 -24.4) |
| LCH | lch(55.9 77.9 341.8) |
| OKLCH | oklch(0.651 0.233 343.7) |
Copy-ready code
/* CSS */
color: #e83eb2;
background-color: #e83eb2;
/* Tailwind (arbitrary) */
class="text-[#e83eb2] bg-[#e83eb2]"
/* SCSS */
$brand: #e83eb2;
/* SwiftUI */
Color(red: 0.910, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#e83eb2")Accessibility — WCAG contrast
Aa
#e83eb2 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e83eb2 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green24.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow23.3%
Key (black)9.0%
Color previews
#e83eb2 text on a black background
contrast 5.76:1
Card sample
#e83eb2 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e83eb2;
Background color
Panel with #e83eb2 background
background-color: #e83eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e83eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e83eb2; background: linear-gradient(135deg, #e83eb2, #E83E40);