#eb4db2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 77, 178
HSL
322°, 80%, 61%
CMYK
0, 67, 24, 8
Luminance
0.2618
Every format
| HEX | #eb4db2 |
| RGB | rgb(235, 77, 178) |
| HSL | hsl(322, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 24%, 8%) |
| LAB | lab(58.2 69.7 -20.8) |
| LCH | lch(58.2 72.7 343.4) |
| OKLCH | oklch(0.668 0.217 345.3) |
Copy-ready code
/* CSS */
color: #eb4db2;
background-color: #eb4db2;
/* Tailwind (arbitrary) */
class="text-[#eb4db2] bg-[#eb4db2]"
/* SCSS */
$brand: #eb4db2;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.698)
/* Android */
Color.parseColor("#eb4db2")Accessibility — WCAG contrast
Aa
#eb4db2 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4db2 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow24.3%
Key (black)7.8%
Color previews
#eb4db2 text on a black background
contrast 6.24:1
Card sample
#eb4db2 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4db2;
Background color
Panel with #eb4db2 background
background-color: #eb4db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4db2; background: linear-gradient(135deg, #eb4db2, #EB514D);