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