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