#e18be1
a light, vivid magenta / pink · warm · closest name: orchid
RGB
225, 139, 225
HSL
300°, 59%, 71%
CMYK
0, 38, 0, 12
Luminance
0.3991
Every format
| HEX | #e18be1 |
| RGB | rgb(225, 139, 225) |
| HSL | hsl(300, 59%, 71%) |
| CMYK | cmyk(0%, 38%, 0%, 12%) |
| LAB | lab(69.4 45.7 -30.2) |
| LCH | lch(69.4 54.8 326.5) |
| OKLCH | oklch(0.755 0.151 326.9) |
Copy-ready code
/* CSS */
color: #e18be1;
background-color: #e18be1;
/* Tailwind (arbitrary) */
class="text-[#e18be1] bg-[#e18be1]"
/* SCSS */
$brand: #e18be1;
/* SwiftUI */
Color(red: 0.882, green: 0.545, blue: 0.882)
/* Android */
Color.parseColor("#e18be1")Accessibility — WCAG contrast
Aa
#e18be1 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e18be1 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green54.5%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow0.0%
Key (black)11.8%
Color previews
#e18be1 text on a black background
contrast 8.98:1
Card sample
#e18be1 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e18be1;
Background color
Panel with #e18be1 background
background-color: #e18be1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e18be1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 139, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 139, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e18be1; background: linear-gradient(135deg, #e18be1, #E18BA8);