#eb39ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 57, 238
HSL
299°, 84%, 58%
CMYK
1, 76, 0, 7
Luminance
0.2676
Every format
| HEX | #eb39ee |
| RGB | rgb(235, 57, 238) |
| HSL | hsl(299, 84%, 58%) |
| CMYK | cmyk(1%, 76%, 0%, 7%) |
| LAB | lab(58.8 84.5 -54.1) |
| LCH | lch(58.8 100.3 327.4) |
| OKLCH | oklch(0.681 0.278 327.4) |
Copy-ready code
/* CSS */
color: #eb39ee;
background-color: #eb39ee;
/* Tailwind (arbitrary) */
class="text-[#eb39ee] bg-[#eb39ee]"
/* SCSS */
$brand: #eb39ee;
/* SwiftUI */
Color(red: 0.922, green: 0.224, blue: 0.933)
/* Android */
Color.parseColor("#eb39ee")Accessibility — WCAG contrast
Aa
#eb39ee on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb39ee on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.4%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta76.1%
Yellow0.0%
Key (black)6.7%
Color previews
#eb39ee text on a black background
contrast 6.35:1
Card sample
#eb39ee text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb39ee;
Background color
Panel with #eb39ee background
background-color: #eb39ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb39ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 57, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 57, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb39ee; background: linear-gradient(135deg, #eb39ee, #EE3978);