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