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