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