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