#eb28ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 40, 206
HSL
309°, 83%, 54%
CMYK
0, 83, 12, 8
Luminance
0.2364
Every format
| HEX | #eb28ce |
| RGB | rgb(235, 40, 206) |
| HSL | hsl(309, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 12%, 8%) |
| LAB | lab(55.7 83.9 -40.8) |
| LCH | lch(55.7 93.3 334.1) |
| OKLCH | oklch(0.654 0.270 335.6) |
Copy-ready code
/* CSS */
color: #eb28ce;
background-color: #eb28ce;
/* Tailwind (arbitrary) */
class="text-[#eb28ce] bg-[#eb28ce]"
/* SCSS */
$brand: #eb28ce;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.808)
/* Android */
Color.parseColor("#eb28ce")Accessibility — WCAG contrast
Aa
#eb28ce on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb28ce on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow12.3%
Key (black)7.8%
Color previews
#eb28ce text on a black background
contrast 5.73:1
Card sample
#eb28ce text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb28ce;
Background color
Panel with #eb28ce background
background-color: #eb28ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb28ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb28ce; background: linear-gradient(135deg, #eb28ce, #EB284C);