#eb499f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 73, 159
HSL
328°, 80%, 60%
CMYK
0, 69, 32, 8
Luminance
0.2493
Every format
| HEX | #eb499f |
| RGB | rgb(235, 73, 159) |
| HSL | hsl(328, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 32%, 8%) |
| LAB | lab(57.0 68.8 -11.6) |
| LCH | lch(57.0 69.8 350.5) |
| OKLCH | oklch(0.657 0.212 351.9) |
Copy-ready code
/* CSS */
color: #eb499f;
background-color: #eb499f;
/* Tailwind (arbitrary) */
class="text-[#eb499f] bg-[#eb499f]"
/* SCSS */
$brand: #eb499f;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.624)
/* Android */
Color.parseColor("#eb499f")Accessibility — WCAG contrast
Aa
#eb499f on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb499f on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow32.3%
Key (black)7.8%
Color previews
#eb499f text on a black background
contrast 5.99:1
Card sample
#eb499f text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb499f;
Background color
Panel with #eb499f background
background-color: #eb499f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb499f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb499f; background: linear-gradient(135deg, #eb499f, #EB5F49);