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