#eb288a
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 40, 138
HSL
330°, 83%, 54%
CMYK
0, 83, 41, 8
Luminance
0.2101
Every format
| HEX | #eb288a |
| RGB | rgb(235, 40, 138) |
| HSL | hsl(330, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 41%, 8%) |
| LAB | lab(53.0 76.2 -5.2) |
| LCH | lch(53.0 76.4 356.1) |
| OKLCH | oklch(0.626 0.235 356.9) |
Copy-ready code
/* CSS */
color: #eb288a;
background-color: #eb288a;
/* Tailwind (arbitrary) */
class="text-[#eb288a] bg-[#eb288a]"
/* SCSS */
$brand: #eb288a;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.541)
/* Android */
Color.parseColor("#eb288a")Accessibility — WCAG contrast
Aa
#eb288a on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb288a on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow41.3%
Key (black)7.8%
Color previews
#eb288a text on a black background
contrast 5.20:1
Card sample
#eb288a text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb288a;
Background color
Panel with #eb288a background
background-color: #eb288a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb288a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb288a; background: linear-gradient(135deg, #eb288a, #EB4828);