#e81663
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
232, 22, 99
HSL
338°, 83%, 50%
CMYK
0, 91, 57, 9
Luminance
0.1863
Every format
| HEX | #e81663 |
| RGB | rgb(232, 22, 99) |
| HSL | hsl(338, 83%, 50%) |
| CMYK | cmyk(0%, 91%, 57%, 9%) |
| LAB | lab(50.3 75.6 14.5) |
| LCH | lch(50.3 76.9 10.8) |
| OKLCH | oklch(0.601 0.233 9.0) |
Copy-ready code
/* CSS */
color: #e81663;
background-color: #e81663;
/* Tailwind (arbitrary) */
class="text-[#e81663] bg-[#e81663]"
/* SCSS */
$brand: #e81663;
/* SwiftUI */
Color(red: 0.910, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#e81663")Accessibility — WCAG contrast
Aa
#e81663 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e81663 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow57.3%
Key (black)9.0%
Color previews
#e81663 text on a black background
contrast 4.73:1
Card sample
#e81663 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e81663;
Background color
Panel with #e81663 background
background-color: #e81663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e81663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e81663; background: linear-gradient(135deg, #e81663, #E85516);