#e229eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 41, 235
HSL
297°, 83%, 54%
CMYK
4, 83, 0, 8
Luminance
0.2375
Every format
| HEX | #e229eb |
| RGB | rgb(226, 41, 235) |
| HSL | hsl(297, 83%, 54%) |
| CMYK | cmyk(4%, 83%, 0%, 8%) |
| LAB | lab(55.8 86.1 -57.1) |
| LCH | lch(55.8 103.4 326.5) |
| OKLCH | oklch(0.657 0.285 326.0) |
Copy-ready code
/* CSS */
color: #e229eb;
background-color: #e229eb;
/* Tailwind (arbitrary) */
class="text-[#e229eb] bg-[#e229eb]"
/* SCSS */
$brand: #e229eb;
/* SwiftUI */
Color(red: 0.886, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#e229eb")Accessibility — WCAG contrast
Aa
#e229eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e229eb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green16.1%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#e229eb text on a black background
contrast 5.75:1
Card sample
#e229eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e229eb;
Background color
Panel with #e229eb background
background-color: #e229eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e229eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e229eb; background: linear-gradient(135deg, #e229eb, #EB2973);