#e98ac8
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 138, 200
HSL
321°, 68%, 73%
CMYK
0, 41, 14, 9
Luminance
0.3967
Every format
| HEX | #e98ac8 |
| RGB | rgb(233, 138, 200) |
| HSL | hsl(321, 68%, 73%) |
| CMYK | cmyk(0%, 41%, 14%, 9%) |
| LAB | lab(69.2 44.5 -16.5) |
| LCH | lch(69.2 47.4 339.6) |
| OKLCH | oklch(0.752 0.138 341.4) |
Copy-ready code
/* CSS */
color: #e98ac8;
background-color: #e98ac8;
/* Tailwind (arbitrary) */
class="text-[#e98ac8] bg-[#e98ac8]"
/* SCSS */
$brand: #e98ac8;
/* SwiftUI */
Color(red: 0.914, green: 0.541, blue: 0.784)
/* Android */
Color.parseColor("#e98ac8")Accessibility — WCAG contrast
Aa
#e98ac8 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e98ac8 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green54.1%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow14.2%
Key (black)8.6%
Color previews
#e98ac8 text on a black background
contrast 8.93:1
Card sample
#e98ac8 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e98ac8;
Background color
Panel with #e98ac8 background
background-color: #e98ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e98ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 138, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 138, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e98ac8; background: linear-gradient(135deg, #e98ac8, #E98B8A);