#e98ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
233, 142, 241
HSL
295°, 78%, 75%
CMYK
3, 41, 0, 6
Luminance
0.4302
Every format
| HEX | #e98ef1 |
| RGB | rgb(233, 142, 241) |
| HSL | hsl(295, 78%, 75%) |
| CMYK | cmyk(3%, 41%, 0%, 6%) |
| LAB | lab(71.6 49.4 -35.6) |
| LCH | lch(71.6 60.9 324.2) |
| OKLCH | oklch(0.775 0.166 324.1) |
Copy-ready code
/* CSS */
color: #e98ef1;
background-color: #e98ef1;
/* Tailwind (arbitrary) */
class="text-[#e98ef1] bg-[#e98ef1]"
/* SCSS */
$brand: #e98ef1;
/* SwiftUI */
Color(red: 0.914, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#e98ef1")Accessibility — WCAG contrast
Aa
#e98ef1 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e98ef1 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green55.7%
Blue94.5%
CMYK percentages
Cyan3.3%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#e98ef1 text on a black background
contrast 9.60:1
Card sample
#e98ef1 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e98ef1;
Background color
Panel with #e98ef1 background
background-color: #e98ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e98ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e98ef1; background: linear-gradient(135deg, #e98ef1, #F18EB7);