#e18cef
a light, electric magenta / pink · warm · closest name: violet
RGB
225, 140, 239
HSL
292°, 76%, 74%
CMYK
6, 41, 0, 6
Luminance
0.4100
Every format
| HEX | #e18cef |
| RGB | rgb(225, 140, 239) |
| HSL | hsl(292, 76%, 74%) |
| CMYK | cmyk(6%, 41%, 0%, 6%) |
| LAB | lab(70.2 47.7 -36.7) |
| LCH | lch(70.2 60.2 322.4) |
| OKLCH | oklch(0.762 0.163 321.8) |
Copy-ready code
/* CSS */
color: #e18cef;
background-color: #e18cef;
/* Tailwind (arbitrary) */
class="text-[#e18cef] bg-[#e18cef]"
/* SCSS */
$brand: #e18cef;
/* SwiftUI */
Color(red: 0.882, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#e18cef")Accessibility — WCAG contrast
Aa
#e18cef on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e18cef on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green54.9%
Blue93.7%
CMYK percentages
Cyan5.9%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#e18cef text on a black background
contrast 9.20:1
Card sample
#e18cef text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e18cef;
Background color
Panel with #e18cef background
background-color: #e18cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e18cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e18cef; background: linear-gradient(135deg, #e18cef, #EF8CBB);