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