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