#eb4abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 74, 191
HSL
316°, 80%, 61%
CMYK
0, 69, 19, 8
Luminance
0.2632
Every format
| HEX | #eb4abf |
| RGB | rgb(235, 74, 191) |
| HSL | hsl(316, 80%, 61%) |
| CMYK | cmyk(0%, 69%, 19%, 8%) |
| LAB | lab(58.3 72.4 -28.1) |
| LCH | lch(58.3 77.7 338.8) |
| OKLCH | oklch(0.671 0.229 340.7) |
Copy-ready code
/* CSS */
color: #eb4abf;
background-color: #eb4abf;
/* Tailwind (arbitrary) */
class="text-[#eb4abf] bg-[#eb4abf]"
/* SCSS */
$brand: #eb4abf;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.749)
/* Android */
Color.parseColor("#eb4abf")Accessibility — WCAG contrast
Aa
#eb4abf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4abf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow18.7%
Key (black)7.8%
Color previews
#eb4abf text on a black background
contrast 6.26:1
Card sample
#eb4abf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4abf;
Background color
Panel with #eb4abf background
background-color: #eb4abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4abf; background: linear-gradient(135deg, #eb4abf, #EB4A54);