#eb4dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 77, 191
HSL
317°, 80%, 61%
CMYK
0, 67, 19, 8
Luminance
0.2673
Every format
| HEX | #eb4dbf |
| RGB | rgb(235, 77, 191) |
| HSL | hsl(317, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 19%, 8%) |
| LAB | lab(58.7 71.4 -27.5) |
| LCH | lch(58.7 76.5 338.9) |
| OKLCH | oklch(0.674 0.225 340.8) |
Copy-ready code
/* CSS */
color: #eb4dbf;
background-color: #eb4dbf;
/* Tailwind (arbitrary) */
class="text-[#eb4dbf] bg-[#eb4dbf]"
/* SCSS */
$brand: #eb4dbf;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#eb4dbf")Accessibility — WCAG contrast
Aa
#eb4dbf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4dbf on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow18.7%
Key (black)7.8%
Color previews
#eb4dbf text on a black background
contrast 6.35:1
Card sample
#eb4dbf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4dbf;
Background color
Panel with #eb4dbf background
background-color: #eb4dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4dbf; background: linear-gradient(135deg, #eb4dbf, #EB4D56);