#e18beb
a light, vivid magenta / pink · warm · closest name: violet
RGB
225, 139, 235
HSL
294°, 71%, 73%
CMYK
4, 41, 0, 8
Luminance
0.4047
Every format
| HEX | #e18beb |
| RGB | rgb(225, 139, 235) |
| HSL | hsl(294, 71%, 73%) |
| CMYK | cmyk(4%, 41%, 0%, 8%) |
| LAB | lab(69.8 47.5 -35.1) |
| LCH | lch(69.8 59.1 323.5) |
| OKLCH | oklch(0.759 0.161 323.2) |
Copy-ready code
/* CSS */
color: #e18beb;
background-color: #e18beb;
/* Tailwind (arbitrary) */
class="text-[#e18beb] bg-[#e18beb]"
/* SCSS */
$brand: #e18beb;
/* SwiftUI */
Color(red: 0.882, green: 0.545, blue: 0.922)
/* Android */
Color.parseColor("#e18beb")Accessibility — WCAG contrast
Aa
#e18beb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e18beb on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green54.5%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta40.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e18beb text on a black background
contrast 9.09:1
Card sample
#e18beb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e18beb;
Background color
Panel with #e18beb background
background-color: #e18beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e18beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 139, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 139, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e18beb; background: linear-gradient(135deg, #e18beb, #EB8BB5);