#eb4eab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 78, 171
HSL
325°, 80%, 61%
CMYK
0, 67, 27, 8
Luminance
0.2605
Every format
| HEX | #eb4eab |
| RGB | rgb(235, 78, 171) |
| HSL | hsl(325, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 27%, 8%) |
| LAB | lab(58.1 68.4 -16.9) |
| LCH | lch(58.1 70.5 346.1) |
| OKLCH | oklch(0.667 0.212 347.9) |
Copy-ready code
/* CSS */
color: #eb4eab;
background-color: #eb4eab;
/* Tailwind (arbitrary) */
class="text-[#eb4eab] bg-[#eb4eab]"
/* SCSS */
$brand: #eb4eab;
/* SwiftUI */
Color(red: 0.922, green: 0.306, blue: 0.671)
/* Android */
Color.parseColor("#eb4eab")Accessibility — WCAG contrast
Aa
#eb4eab on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4eab on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow27.2%
Key (black)7.8%
Color previews
#eb4eab text on a black background
contrast 6.21:1
Card sample
#eb4eab text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4eab;
Background color
Panel with #eb4eab background
background-color: #eb4eab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4eab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 78, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 78, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4eab; background: linear-gradient(135deg, #eb4eab, #EB5A4E);