#e18be8
a light, vivid magenta / pink · warm · closest name: violet
RGB
225, 139, 232
HSL
296°, 67%, 73%
CMYK
3, 40, 0, 9
Luminance
0.4030
Every format
| HEX | #e18be8 |
| RGB | rgb(225, 139, 232) |
| HSL | hsl(296, 67%, 73%) |
| CMYK | cmyk(3%, 40%, 0%, 9%) |
| LAB | lab(69.7 47.0 -33.6) |
| LCH | lch(69.7 57.8 324.4) |
| OKLCH | oklch(0.758 0.158 324.3) |
Copy-ready code
/* CSS */
color: #e18be8;
background-color: #e18be8;
/* Tailwind (arbitrary) */
class="text-[#e18be8] bg-[#e18be8]"
/* SCSS */
$brand: #e18be8;
/* SwiftUI */
Color(red: 0.882, green: 0.545, blue: 0.910)
/* Android */
Color.parseColor("#e18be8")Accessibility — WCAG contrast
Aa
#e18be8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e18be8 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green54.5%
Blue91.0%
CMYK percentages
Cyan3.0%
Magenta40.1%
Yellow0.0%
Key (black)9.0%
Color previews
#e18be8 text on a black background
contrast 9.06:1
Card sample
#e18be8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e18be8;
Background color
Panel with #e18be8 background
background-color: #e18be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e18be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 139, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 139, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e18be8; background: linear-gradient(135deg, #e18be8, #E88BB1);