#e81a5f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
232, 26, 95
HSL
340°, 82%, 51%
CMYK
0, 89, 59, 9
Luminance
0.1872
Every format
| HEX | #e81a5f |
| RGB | rgb(232, 26, 95) |
| HSL | hsl(340, 82%, 51%) |
| CMYK | cmyk(0%, 89%, 59%, 9%) |
| LAB | lab(50.4 74.8 17.1) |
| LCH | lch(50.4 76.7 12.9) |
| OKLCH | oklch(0.602 0.230 10.6) |
Copy-ready code
/* CSS */
color: #e81a5f;
background-color: #e81a5f;
/* Tailwind (arbitrary) */
class="text-[#e81a5f] bg-[#e81a5f]"
/* SCSS */
$brand: #e81a5f;
/* SwiftUI */
Color(red: 0.910, green: 0.102, blue: 0.373)
/* Android */
Color.parseColor("#e81a5f")Accessibility — WCAG contrast
Aa
#e81a5f on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e81a5f on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green10.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow59.1%
Key (black)9.0%
Color previews
#e81a5f text on a black background
contrast 4.74:1
Card sample
#e81a5f text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e81a5f;
Background color
Panel with #e81a5f background
background-color: #e81a5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e81a5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 26, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 26, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e81a5f; background: linear-gradient(135deg, #e81a5f, #E85E1A);