#eb2298
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 34, 152
HSL
325°, 83%, 53%
CMYK
0, 86, 35, 8
Luminance
0.2107
Every format
| HEX | #eb2298 |
| RGB | rgb(235, 34, 152) |
| HSL | hsl(325, 83%, 53%) |
| CMYK | cmyk(0%, 86%, 35%, 8%) |
| LAB | lab(53.0 78.7 -13.4) |
| LCH | lch(53.0 79.8 350.3) |
| OKLCH | oklch(0.628 0.245 351.8) |
Copy-ready code
/* CSS */
color: #eb2298;
background-color: #eb2298;
/* Tailwind (arbitrary) */
class="text-[#eb2298] bg-[#eb2298]"
/* SCSS */
$brand: #eb2298;
/* SwiftUI */
Color(red: 0.922, green: 0.133, blue: 0.596)
/* Android */
Color.parseColor("#eb2298")Accessibility — WCAG contrast
Aa
#eb2298 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2298 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow35.3%
Key (black)7.8%
Color previews
#eb2298 text on a black background
contrast 5.21:1
Card sample
#eb2298 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2298;
Background color
Panel with #eb2298 background
background-color: #eb2298;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2298;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 34, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 34, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2298; background: linear-gradient(135deg, #eb2298, #EB3222);