#e213af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
226, 19, 175
HSL
315°, 85%, 48%
CMYK
0, 92, 23, 11
Luminance
0.1973
Every format
| HEX | #e213af |
| RGB | rgb(226, 19, 175) |
| HSL | hsl(315, 85%, 48%) |
| CMYK | cmyk(0%, 92%, 23%, 11%) |
| LAB | lab(51.5 81.5 -29.5) |
| LCH | lch(51.5 86.7 340.1) |
| OKLCH | oklch(0.617 0.259 342.1) |
Copy-ready code
/* CSS */
color: #e213af;
background-color: #e213af;
/* Tailwind (arbitrary) */
class="text-[#e213af] bg-[#e213af]"
/* SCSS */
$brand: #e213af;
/* SwiftUI */
Color(red: 0.886, green: 0.075, blue: 0.686)
/* Android */
Color.parseColor("#e213af")Accessibility — WCAG contrast
Aa
#e213af on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e213af on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green7.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow22.6%
Key (black)11.4%
Color previews
#e213af text on a black background
contrast 4.95:1
Card sample
#e213af text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e213af;
Background color
Panel with #e213af background
background-color: #e213af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e213af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 19, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 19, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e213af; background: linear-gradient(135deg, #e213af, #E21325);