#eb4db4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 77, 180
HSL
321°, 80%, 61%
CMYK
0, 67, 23, 8
Luminance
0.2627
Every format
| HEX | #eb4db4 |
| RGB | rgb(235, 77, 180) |
| HSL | hsl(321, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 23%, 8%) |
| LAB | lab(58.3 69.9 -21.8) |
| LCH | lch(58.3 73.3 342.7) |
| OKLCH | oklch(0.669 0.219 344.6) |
Copy-ready code
/* CSS */
color: #eb4db4;
background-color: #eb4db4;
/* Tailwind (arbitrary) */
class="text-[#eb4db4] bg-[#eb4db4]"
/* SCSS */
$brand: #eb4db4;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.706)
/* Android */
Color.parseColor("#eb4db4")Accessibility — WCAG contrast
Aa
#eb4db4 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4db4 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow23.4%
Key (black)7.8%
Color previews
#eb4db4 text on a black background
contrast 6.25:1
Card sample
#eb4db4 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4db4;
Background color
Panel with #eb4db4 background
background-color: #eb4db4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4db4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4db4; background: linear-gradient(135deg, #eb4db4, #EB4F4D);