#e989df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
233, 137, 223
HSL
306°, 69%, 73%
CMYK
0, 41, 4, 9
Luminance
0.4054
Every format
| HEX | #e989df |
| RGB | rgb(233, 137, 223) |
| HSL | hsl(306, 69%, 73%) |
| CMYK | cmyk(0%, 41%, 4%, 9%) |
| LAB | lab(69.9 48.8 -28.4) |
| LCH | lch(69.9 56.4 329.8) |
| OKLCH | oklch(0.760 0.158 330.9) |
Copy-ready code
/* CSS */
color: #e989df;
background-color: #e989df;
/* Tailwind (arbitrary) */
class="text-[#e989df] bg-[#e989df]"
/* SCSS */
$brand: #e989df;
/* SwiftUI */
Color(red: 0.914, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#e989df")Accessibility — WCAG contrast
Aa
#e989df on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e989df on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green53.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow4.3%
Key (black)8.6%
Color previews
#e989df text on a black background
contrast 9.11:1
Card sample
#e989df text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e989df;
Background color
Panel with #e989df background
background-color: #e989df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e989df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e989df; background: linear-gradient(135deg, #e989df, #E9899F);