#eb5dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 93, 191
HSL
319°, 78%, 64%
CMYK
0, 60, 19, 8
Luminance
0.2925
Every format
| HEX | #eb5dbf |
| RGB | rgb(235, 93, 191) |
| HSL | hsl(319, 78%, 64%) |
| CMYK | cmyk(0%, 60%, 19%, 8%) |
| LAB | lab(61.0 65.1 -24.0) |
| LCH | lch(61.0 69.4 339.8) |
| OKLCH | oklch(0.691 0.204 341.7) |
Copy-ready code
/* CSS */
color: #eb5dbf;
background-color: #eb5dbf;
/* Tailwind (arbitrary) */
class="text-[#eb5dbf] bg-[#eb5dbf]"
/* SCSS */
$brand: #eb5dbf;
/* SwiftUI */
Color(red: 0.922, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#eb5dbf")Accessibility — WCAG contrast
Aa
#eb5dbf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5dbf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow18.7%
Key (black)7.8%
Color previews
#eb5dbf text on a black background
contrast 6.85:1
Card sample
#eb5dbf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5dbf;
Background color
Panel with #eb5dbf background
background-color: #eb5dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5dbf; background: linear-gradient(135deg, #eb5dbf, #EB5D60);