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