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