#eb2abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 42, 191
HSL
314°, 83%, 54%
CMYK
0, 82, 19, 8
Luminance
0.2308
Every format
| HEX | #eb2abf |
| RGB | rgb(235, 42, 191) |
| HSL | hsl(314, 83%, 54%) |
| CMYK | cmyk(0%, 82%, 19%, 8%) |
| LAB | lab(55.2 81.5 -33.0) |
| LCH | lch(55.2 88.0 337.9) |
| OKLCH | oklch(0.648 0.260 339.9) |
Copy-ready code
/* CSS */
color: #eb2abf;
background-color: #eb2abf;
/* Tailwind (arbitrary) */
class="text-[#eb2abf] bg-[#eb2abf]"
/* SCSS */
$brand: #eb2abf;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#eb2abf")Accessibility — WCAG contrast
Aa
#eb2abf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2abf on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow18.7%
Key (black)7.8%
Color previews
#eb2abf text on a black background
contrast 5.62:1
Card sample
#eb2abf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2abf;
Background color
Panel with #eb2abf background
background-color: #eb2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2abf; background: linear-gradient(135deg, #eb2abf, #EB2A3E);