#e22dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 45, 251
HSL
293°, 96%, 58%
CMYK
10, 82, 0, 2
Luminance
0.2501
Every format
| HEX | #e22dfb |
| RGB | rgb(226, 45, 251) |
| HSL | hsl(293, 96%, 58%) |
| CMYK | cmyk(10%, 82%, 0%, 2%) |
| LAB | lab(57.1 87.8 -64.1) |
| LCH | lch(57.1 108.7 323.9) |
| OKLCH | oklch(0.669 0.293 322.3) |
Copy-ready code
/* CSS */
color: #e22dfb;
background-color: #e22dfb;
/* Tailwind (arbitrary) */
class="text-[#e22dfb] bg-[#e22dfb]"
/* SCSS */
$brand: #e22dfb;
/* SwiftUI */
Color(red: 0.886, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#e22dfb")Accessibility — WCAG contrast
Aa
#e22dfb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e22dfb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green17.6%
Blue98.4%
CMYK percentages
Cyan10.0%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#e22dfb text on a black background
contrast 6.00:1
Card sample
#e22dfb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e22dfb;
Background color
Panel with #e22dfb background
background-color: #e22dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e22dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e22dfb; background: linear-gradient(135deg, #e22dfb, #FB2D8B);