#eb89db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 137, 219
HSL
310°, 71%, 73%
CMYK
0, 42, 7, 8
Luminance
0.4067
Every format
| HEX | #eb89db |
| RGB | rgb(235, 137, 219) |
| HSL | hsl(310, 71%, 73%) |
| CMYK | cmyk(0%, 42%, 7%, 8%) |
| LAB | lab(69.9 48.7 -26.0) |
| LCH | lch(69.9 55.2 331.9) |
| OKLCH | oklch(0.760 0.156 333.2) |
Copy-ready code
/* CSS */
color: #eb89db;
background-color: #eb89db;
/* Tailwind (arbitrary) */
class="text-[#eb89db] bg-[#eb89db]"
/* SCSS */
$brand: #eb89db;
/* SwiftUI */
Color(red: 0.922, green: 0.537, blue: 0.859)
/* Android */
Color.parseColor("#eb89db")Accessibility — WCAG contrast
Aa
#eb89db on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb89db on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow6.8%
Key (black)7.8%
Color previews
#eb89db text on a black background
contrast 9.13:1
Card sample
#eb89db text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb89db;
Background color
Panel with #eb89db background
background-color: #eb89db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb89db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 137, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 137, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb89db; background: linear-gradient(135deg, #eb89db, #EB899A);