#eb49ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 73, 171
HSL
324°, 80%, 60%
CMYK
0, 69, 27, 8
Luminance
0.2537
Every format
| HEX | #eb49ab |
| RGB | rgb(235, 73, 171) |
| HSL | hsl(324, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 27%, 8%) |
| LAB | lab(57.4 70.2 -17.9) |
| LCH | lch(57.4 72.5 345.7) |
| OKLCH | oklch(0.662 0.218 347.5) |
Copy-ready code
/* CSS */
color: #eb49ab;
background-color: #eb49ab;
/* Tailwind (arbitrary) */
class="text-[#eb49ab] bg-[#eb49ab]"
/* SCSS */
$brand: #eb49ab;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.671)
/* Android */
Color.parseColor("#eb49ab")Accessibility — WCAG contrast
Aa
#eb49ab on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb49ab on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow27.2%
Key (black)7.8%
Color previews
#eb49ab text on a black background
contrast 6.07:1
Card sample
#eb49ab text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb49ab;
Background color
Panel with #eb49ab background
background-color: #eb49ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb49ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb49ab; background: linear-gradient(135deg, #eb49ab, #EB5349);