#eb1abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 26, 191
HSL
313°, 84%, 51%
CMYK
0, 89, 19, 8
Luminance
0.2216
Every format
| HEX | #eb1abf |
| RGB | rgb(235, 26, 191) |
| HSL | hsl(313, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 19%, 8%) |
| LAB | lab(54.2 84.3 -34.5) |
| LCH | lch(54.2 91.1 337.7) |
| OKLCH | oklch(0.641 0.269 339.6) |
Copy-ready code
/* CSS */
color: #eb1abf;
background-color: #eb1abf;
/* Tailwind (arbitrary) */
class="text-[#eb1abf] bg-[#eb1abf]"
/* SCSS */
$brand: #eb1abf;
/* SwiftUI */
Color(red: 0.922, green: 0.102, blue: 0.749)
/* Android */
Color.parseColor("#eb1abf")Accessibility — WCAG contrast
Aa
#eb1abf on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1abf on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green10.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow18.7%
Key (black)7.8%
Color previews
#eb1abf text on a black background
contrast 5.43:1
Card sample
#eb1abf text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1abf;
Background color
Panel with #eb1abf background
background-color: #eb1abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 26, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 26, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1abf; background: linear-gradient(135deg, #eb1abf, #EB1A34);