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