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