#eb78db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 120, 219
HSL
308°, 74%, 70%
CMYK
0, 49, 7, 8
Luminance
0.3621
Every format
| HEX | #eb78db |
| RGB | rgb(235, 120, 219) |
| HSL | hsl(308, 74%, 70%) |
| CMYK | cmyk(0%, 49%, 7%, 8%) |
| LAB | lab(66.7 57.1 -31.0) |
| LCH | lch(66.7 65.0 331.5) |
| OKLCH | oklch(0.736 0.184 332.7) |
Copy-ready code
/* CSS */
color: #eb78db;
background-color: #eb78db;
/* Tailwind (arbitrary) */
class="text-[#eb78db] bg-[#eb78db]"
/* SCSS */
$brand: #eb78db;
/* SwiftUI */
Color(red: 0.922, green: 0.471, blue: 0.859)
/* Android */
Color.parseColor("#eb78db")Accessibility — WCAG contrast
Aa
#eb78db on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb78db on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow6.8%
Key (black)7.8%
Color previews
#eb78db text on a black background
contrast 8.24:1
Card sample
#eb78db text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb78db;
Background color
Panel with #eb78db background
background-color: #eb78db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb78db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 120, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 120, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb78db; background: linear-gradient(135deg, #eb78db, #EB788E);