#eb3eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 62, 238
HSL
299°, 84%, 59%
CMYK
1, 74, 0, 7
Luminance
0.2728
Every format
| HEX | #eb3eee |
| RGB | rgb(235, 62, 238) |
| HSL | hsl(299, 84%, 59%) |
| CMYK | cmyk(1%, 74%, 0%, 7%) |
| LAB | lab(59.2 83.1 -53.3) |
| LCH | lch(59.2 98.7 327.3) |
| OKLCH | oklch(0.685 0.274 327.3) |
Copy-ready code
/* CSS */
color: #eb3eee;
background-color: #eb3eee;
/* Tailwind (arbitrary) */
class="text-[#eb3eee] bg-[#eb3eee]"
/* SCSS */
$brand: #eb3eee;
/* SwiftUI */
Color(red: 0.922, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#eb3eee")Accessibility — WCAG contrast
Aa
#eb3eee on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3eee on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.3%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#eb3eee text on a black background
contrast 6.46:1
Card sample
#eb3eee text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3eee;
Background color
Panel with #eb3eee background
background-color: #eb3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3eee; background: linear-gradient(135deg, #eb3eee, #EE3E7C);