#e98fd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 143, 210
HSL
315°, 67%, 74%
CMYK
0, 39, 10, 9
Luminance
0.4162
Every format
| HEX | #e98fd2 |
| RGB | rgb(233, 143, 210) |
| HSL | hsl(315, 67%, 74%) |
| CMYK | cmyk(0%, 39%, 10%, 9%) |
| LAB | lab(70.6 43.5 -20.0) |
| LCH | lch(70.6 47.9 335.3) |
| OKLCH | oklch(0.764 0.137 336.9) |
Copy-ready code
/* CSS */
color: #e98fd2;
background-color: #e98fd2;
/* Tailwind (arbitrary) */
class="text-[#e98fd2] bg-[#e98fd2]"
/* SCSS */
$brand: #e98fd2;
/* SwiftUI */
Color(red: 0.914, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#e98fd2")Accessibility — WCAG contrast
Aa
#e98fd2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e98fd2 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow9.9%
Key (black)8.6%
Color previews
#e98fd2 text on a black background
contrast 9.32:1
Card sample
#e98fd2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e98fd2;
Background color
Panel with #e98fd2 background
background-color: #e98fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e98fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e98fd2; background: linear-gradient(135deg, #e98fd2, #E98F96);