#eb299e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 41, 158
HSL
324°, 83%, 54%
CMYK
0, 83, 33, 8
Luminance
0.2172
Every format
| HEX | #eb299e |
| RGB | rgb(235, 41, 158) |
| HSL | hsl(324, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 33%, 8%) |
| LAB | lab(53.7 77.9 -15.9) |
| LCH | lch(53.7 79.5 348.4) |
| OKLCH | oklch(0.633 0.243 350.1) |
Copy-ready code
/* CSS */
color: #eb299e;
background-color: #eb299e;
/* Tailwind (arbitrary) */
class="text-[#eb299e] bg-[#eb299e]"
/* SCSS */
$brand: #eb299e;
/* SwiftUI */
Color(red: 0.922, green: 0.161, blue: 0.620)
/* Android */
Color.parseColor("#eb299e")Accessibility — WCAG contrast
Aa
#eb299e on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb299e on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.1%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow32.8%
Key (black)7.8%
Color previews
#eb299e text on a black background
contrast 5.34:1
Card sample
#eb299e text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb299e;
Background color
Panel with #eb299e background
background-color: #eb299e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb299e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 41, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 41, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb299e; background: linear-gradient(135deg, #eb299e, #EB3529);