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