#eb0abb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 10, 187
HSL
313°, 92%, 48%
CMYK
0, 96, 20, 8
Luminance
0.2147
Every format
| HEX | #eb0abb |
| RGB | rgb(235, 10, 187) |
| HSL | hsl(313, 92%, 48%) |
| CMYK | cmyk(0%, 96%, 20%, 8%) |
| LAB | lab(53.5 85.4 -33.4) |
| LCH | lch(53.5 91.7 338.7) |
| OKLCH | oklch(0.635 0.272 340.6) |
Copy-ready code
/* CSS */
color: #eb0abb;
background-color: #eb0abb;
/* Tailwind (arbitrary) */
class="text-[#eb0abb] bg-[#eb0abb]"
/* SCSS */
$brand: #eb0abb;
/* SwiftUI */
Color(red: 0.922, green: 0.039, blue: 0.733)
/* Android */
Color.parseColor("#eb0abb")Accessibility — WCAG contrast
Aa
#eb0abb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0abb on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow20.4%
Key (black)7.8%
Color previews
#eb0abb text on a black background
contrast 5.29:1
Card sample
#eb0abb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0abb;
Background color
Panel with #eb0abb background
background-color: #eb0abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 10, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 10, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0abb; background: linear-gradient(135deg, #eb0abb, #EB0A25);