#eb93db
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 147, 219
HSL
311°, 69%, 75%
CMYK
0, 37, 7, 8
Luminance
0.4364
Every format
| HEX | #eb93db |
| RGB | rgb(235, 147, 219) |
| HSL | hsl(311, 69%, 75%) |
| CMYK | cmyk(0%, 37%, 7%, 8%) |
| LAB | lab(72.0 43.5 -22.9) |
| LCH | lch(72.0 49.2 332.3) |
| OKLCH | oklch(0.776 0.139 333.7) |
Copy-ready code
/* CSS */
color: #eb93db;
background-color: #eb93db;
/* Tailwind (arbitrary) */
class="text-[#eb93db] bg-[#eb93db]"
/* SCSS */
$brand: #eb93db;
/* SwiftUI */
Color(red: 0.922, green: 0.576, blue: 0.859)
/* Android */
Color.parseColor("#eb93db")Accessibility — WCAG contrast
Aa
#eb93db on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb93db on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow6.8%
Key (black)7.8%
Color previews
#eb93db text on a black background
contrast 9.73:1
Card sample
#eb93db text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb93db;
Background color
Panel with #eb93db background
background-color: #eb93db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb93db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 147, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 147, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb93db; background: linear-gradient(135deg, #eb93db, #EB93A0);