#e200b9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
226, 0, 185
HSL
311°, 100%, 44%
CMYK
0, 100, 18, 11
Luminance
0.1967
Every format
| HEX | #e200b9 |
| RGB | rgb(226, 0, 185) |
| HSL | hsl(311, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 18%, 11%) |
| LAB | lab(51.5 84.3 -35.4) |
| LCH | lch(51.5 91.4 337.2) |
| OKLCH | oklch(0.618 0.270 339.1) |
Copy-ready code
/* CSS */
color: #e200b9;
background-color: #e200b9;
/* Tailwind (arbitrary) */
class="text-[#e200b9] bg-[#e200b9]"
/* SCSS */
$brand: #e200b9;
/* SwiftUI */
Color(red: 0.886, green: 0.000, blue: 0.725)
/* Android */
Color.parseColor("#e200b9")Accessibility — WCAG contrast
Aa
#e200b9 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e200b9 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green0.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow18.1%
Key (black)11.4%
Color previews
#e200b9 text on a black background
contrast 4.93:1
Card sample
#e200b9 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e200b9;
Background color
Panel with #e200b9 background
background-color: #e200b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e200b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 0, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 0, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e200b9; background: linear-gradient(135deg, #e200b9, #E20022);