#eb288f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 40, 143
HSL
328°, 83%, 54%
CMYK
0, 83, 39, 8
Luminance
0.2116
Every format
| HEX | #eb288f |
| RGB | rgb(235, 40, 143) |
| HSL | hsl(328, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 39%, 8%) |
| LAB | lab(53.1 76.7 -7.9) |
| LCH | lch(53.1 77.1 354.1) |
| OKLCH | oklch(0.627 0.237 355.2) |
Copy-ready code
/* CSS */
color: #eb288f;
background-color: #eb288f;
/* Tailwind (arbitrary) */
class="text-[#eb288f] bg-[#eb288f]"
/* SCSS */
$brand: #eb288f;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.561)
/* Android */
Color.parseColor("#eb288f")Accessibility — WCAG contrast
Aa
#eb288f on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb288f on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow39.1%
Key (black)7.8%
Color previews
#eb288f text on a black background
contrast 5.23:1
Card sample
#eb288f text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb288f;
Background color
Panel with #eb288f background
background-color: #eb288f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb288f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb288f; background: linear-gradient(135deg, #eb288f, #EB4328);