#eb28ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 40, 238
HSL
299°, 85%, 55%
CMYK
1, 83, 0, 7
Luminance
0.2535
Every format
| HEX | #eb28ee |
| RGB | rgb(235, 40, 238) |
| HSL | hsl(299, 85%, 55%) |
| CMYK | cmyk(1%, 83%, 0%, 7%) |
| LAB | lab(57.4 88.4 -56.2) |
| LCH | lch(57.4 104.7 327.5) |
| OKLCH | oklch(0.672 0.291 327.5) |
Copy-ready code
/* CSS */
color: #eb28ee;
background-color: #eb28ee;
/* Tailwind (arbitrary) */
class="text-[#eb28ee] bg-[#eb28ee]"
/* SCSS */
$brand: #eb28ee;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.933)
/* Android */
Color.parseColor("#eb28ee")Accessibility — WCAG contrast
Aa
#eb28ee on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb28ee on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta83.2%
Yellow0.0%
Key (black)6.7%
Color previews
#eb28ee text on a black background
contrast 6.07:1
Card sample
#eb28ee text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb28ee;
Background color
Panel with #eb28ee background
background-color: #eb28ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb28ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb28ee; background: linear-gradient(135deg, #eb28ee, #EE286D);