#eb47ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 71, 238
HSL
299°, 83%, 61%
CMYK
1, 70, 0, 7
Luminance
0.2834
Every format
| HEX | #eb47ee |
| RGB | rgb(235, 71, 238) |
| HSL | hsl(299, 83%, 61%) |
| CMYK | cmyk(1%, 70%, 0%, 7%) |
| LAB | lab(60.2 80.3 -51.8) |
| LCH | lch(60.2 95.6 327.2) |
| OKLCH | oklch(0.692 0.265 327.2) |
Copy-ready code
/* CSS */
color: #eb47ee;
background-color: #eb47ee;
/* Tailwind (arbitrary) */
class="text-[#eb47ee] bg-[#eb47ee]"
/* SCSS */
$brand: #eb47ee;
/* SwiftUI */
Color(red: 0.922, green: 0.278, blue: 0.933)
/* Android */
Color.parseColor("#eb47ee")Accessibility — WCAG contrast
Aa
#eb47ee on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb47ee on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.8%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta70.2%
Yellow0.0%
Key (black)6.7%
Color previews
#eb47ee text on a black background
contrast 6.67:1
Card sample
#eb47ee text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb47ee;
Background color
Panel with #eb47ee background
background-color: #eb47ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb47ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 71, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 71, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb47ee; background: linear-gradient(135deg, #eb47ee, #EE4782);