#e18be7
a light, vivid magenta / pink · warm · closest name: violet
RGB
225, 139, 231
HSL
296°, 66%, 73%
CMYK
3, 40, 0, 9
Luminance
0.4024
Every format
| HEX | #e18be7 |
| RGB | rgb(225, 139, 231) |
| HSL | hsl(296, 66%, 73%) |
| CMYK | cmyk(3%, 40%, 0%, 9%) |
| LAB | lab(69.6 46.8 -33.2) |
| LCH | lch(69.6 57.3 324.7) |
| OKLCH | oklch(0.757 0.157 324.6) |
Copy-ready code
/* CSS */
color: #e18be7;
background-color: #e18be7;
/* Tailwind (arbitrary) */
class="text-[#e18be7] bg-[#e18be7]"
/* SCSS */
$brand: #e18be7;
/* SwiftUI */
Color(red: 0.882, green: 0.545, blue: 0.906)
/* Android */
Color.parseColor("#e18be7")Accessibility — WCAG contrast
Aa
#e18be7 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e18be7 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green54.5%
Blue90.6%
CMYK percentages
Cyan2.6%
Magenta39.8%
Yellow0.0%
Key (black)9.4%
Color previews
#e18be7 text on a black background
contrast 9.05:1
Card sample
#e18be7 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e18be7;
Background color
Panel with #e18be7 background
background-color: #e18be7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e18be7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 139, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 139, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e18be7; background: linear-gradient(135deg, #e18be7, #E78BB0);