#e98eb0
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 142, 176
HSL
338°, 67%, 74%
CMYK
0, 39, 25, 9
Luminance
0.3980
Every format
| HEX | #e98eb0 |
| RGB | rgb(233, 142, 176) |
| HSL | hsl(338, 67%, 74%) |
| CMYK | cmyk(0%, 39%, 25%, 9%) |
| LAB | lab(69.3 38.8 -3.0) |
| LCH | lch(69.3 38.9 355.6) |
| OKLCH | oklch(0.751 0.117 356.4) |
Copy-ready code
/* CSS */
color: #e98eb0;
background-color: #e98eb0;
/* Tailwind (arbitrary) */
class="text-[#e98eb0] bg-[#e98eb0]"
/* SCSS */
$brand: #e98eb0;
/* SwiftUI */
Color(red: 0.914, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#e98eb0")Accessibility — WCAG contrast
Aa
#e98eb0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e98eb0 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow24.5%
Key (black)8.6%
Color previews
#e98eb0 text on a black background
contrast 8.96:1
Card sample
#e98eb0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e98eb0;
Background color
Panel with #e98eb0 background
background-color: #e98eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e98eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e98eb0; background: linear-gradient(135deg, #e98eb0, #E9A98E);