#e899df
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 153, 223
HSL
307°, 63%, 76%
CMYK
0, 34, 4, 9
Luminance
0.4527
Every format
| HEX | #e899df |
| RGB | rgb(232, 153, 223) |
| HSL | hsl(307, 63%, 76%) |
| CMYK | cmyk(0%, 34%, 4%, 9%) |
| LAB | lab(73.1 40.1 -23.4) |
| LCH | lch(73.1 46.5 329.7) |
| OKLCH | oklch(0.784 0.130 330.8) |
Copy-ready code
/* CSS */
color: #e899df;
background-color: #e899df;
/* Tailwind (arbitrary) */
class="text-[#e899df] bg-[#e899df]"
/* SCSS */
$brand: #e899df;
/* SwiftUI */
Color(red: 0.910, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#e899df")Accessibility — WCAG contrast
Aa
#e899df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e899df on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green60.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow3.9%
Key (black)9.0%
Color previews
#e899df text on a black background
contrast 10.05:1
Card sample
#e899df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e899df;
Background color
Panel with #e899df background
background-color: #e899df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e899df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e899df; background: linear-gradient(135deg, #e899df, #E899AA);