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