#eb78af
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 120, 175
HSL
331°, 74%, 70%
CMYK
0, 49, 26, 8
Luminance
0.3419
Every format
| HEX | #eb78af |
| RGB | rgb(235, 120, 175) |
| HSL | hsl(331, 74%, 70%) |
| CMYK | cmyk(0%, 49%, 26%, 8%) |
| LAB | lab(65.1 50.5 -8.7) |
| LCH | lch(65.1 51.2 350.3) |
| OKLCH | oklch(0.719 0.154 351.7) |
Copy-ready code
/* CSS */
color: #eb78af;
background-color: #eb78af;
/* Tailwind (arbitrary) */
class="text-[#eb78af] bg-[#eb78af]"
/* SCSS */
$brand: #eb78af;
/* SwiftUI */
Color(red: 0.922, green: 0.471, blue: 0.686)
/* Android */
Color.parseColor("#eb78af")Accessibility — WCAG contrast
Aa
#eb78af on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb78af on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow25.5%
Key (black)7.8%
Color previews
#eb78af text on a black background
contrast 7.84:1
Card sample
#eb78af text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb78af;
Background color
Panel with #eb78af background
background-color: #eb78af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb78af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 120, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 120, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb78af; background: linear-gradient(135deg, #eb78af, #EB8E78);