#e18be4
a light, vivid magenta / pink · warm · closest name: violet
RGB
225, 139, 228
HSL
298°, 62%, 72%
CMYK
1, 39, 0, 11
Luminance
0.4007
Every format
| HEX | #e18be4 |
| RGB | rgb(225, 139, 228) |
| HSL | hsl(298, 62%, 72%) |
| CMYK | cmyk(1%, 39%, 0%, 11%) |
| LAB | lab(69.5 46.2 -31.7) |
| LCH | lch(69.5 56.0 325.5) |
| OKLCH | oklch(0.756 0.154 325.8) |
Copy-ready code
/* CSS */
color: #e18be4;
background-color: #e18be4;
/* Tailwind (arbitrary) */
class="text-[#e18be4] bg-[#e18be4]"
/* SCSS */
$brand: #e18be4;
/* SwiftUI */
Color(red: 0.882, green: 0.545, blue: 0.894)
/* Android */
Color.parseColor("#e18be4")Accessibility — WCAG contrast
Aa
#e18be4 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e18be4 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green54.5%
Blue89.4%
CMYK percentages
Cyan1.3%
Magenta39.0%
Yellow0.0%
Key (black)10.6%
Color previews
#e18be4 text on a black background
contrast 9.01:1
Card sample
#e18be4 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e18be4;
Background color
Panel with #e18be4 background
background-color: #e18be4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e18be4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 139, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 139, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e18be4; background: linear-gradient(135deg, #e18be4, #E48BAC);