#e98dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
233, 141, 251
HSL
290°, 93%, 77%
CMYK
7, 44, 0, 2
Luminance
0.4334
Every format
| HEX | #e98dfb |
| RGB | rgb(233, 141, 251) |
| HSL | hsl(290, 93%, 77%) |
| CMYK | cmyk(7%, 44%, 0%, 2%) |
| LAB | lab(71.8 51.8 -40.7) |
| LCH | lch(71.8 65.9 321.8) |
| OKLCH | oklch(0.778 0.178 320.9) |
Copy-ready code
/* CSS */
color: #e98dfb;
background-color: #e98dfb;
/* Tailwind (arbitrary) */
class="text-[#e98dfb] bg-[#e98dfb]"
/* SCSS */
$brand: #e98dfb;
/* SwiftUI */
Color(red: 0.914, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#e98dfb")Accessibility — WCAG contrast
Aa
#e98dfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e98dfb on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green55.3%
Blue98.4%
CMYK percentages
Cyan7.2%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#e98dfb text on a black background
contrast 9.67:1
Card sample
#e98dfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e98dfb;
Background color
Panel with #e98dfb background
background-color: #e98dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e98dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e98dfb; background: linear-gradient(135deg, #e98dfb, #FB8DC4);