#e289eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
226, 137, 235
HSL
295°, 71%, 73%
CMYK
4, 42, 0, 8
Luminance
0.4006
Every format
| HEX | #e289eb |
| RGB | rgb(226, 137, 235) |
| HSL | hsl(295, 71%, 73%) |
| CMYK | cmyk(4%, 42%, 0%, 8%) |
| LAB | lab(69.5 48.8 -35.6) |
| LCH | lch(69.5 60.4 323.9) |
| OKLCH | oklch(0.757 0.165 323.7) |
Copy-ready code
/* CSS */
color: #e289eb;
background-color: #e289eb;
/* Tailwind (arbitrary) */
class="text-[#e289eb] bg-[#e289eb]"
/* SCSS */
$brand: #e289eb;
/* SwiftUI */
Color(red: 0.886, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#e289eb")Accessibility — WCAG contrast
Aa
#e289eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e289eb on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green53.7%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e289eb text on a black background
contrast 9.01:1
Card sample
#e289eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e289eb;
Background color
Panel with #e289eb background
background-color: #e289eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e289eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e289eb; background: linear-gradient(135deg, #e289eb, #EB89B3);