#eb496e
a balanced, electric red · warm · closest name: crimson
RGB
235, 73, 110
HSL
346°, 80%, 60%
CMYK
0, 69, 53, 8
Luminance
0.2355
Every format
| HEX | #eb496e |
| RGB | rgb(235, 73, 110) |
| HSL | hsl(346, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 53%, 8%) |
| LAB | lab(55.6 64.2 15.4) |
| LCH | lch(55.6 66.0 13.5) |
| OKLCH | oklch(0.643 0.198 11.3) |
Copy-ready code
/* CSS */
color: #eb496e;
background-color: #eb496e;
/* Tailwind (arbitrary) */
class="text-[#eb496e] bg-[#eb496e]"
/* SCSS */
$brand: #eb496e;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#eb496e")Accessibility — WCAG contrast
Aa
#eb496e on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb496e on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow53.2%
Key (black)7.8%
Color previews
#eb496e text on a black background
contrast 5.71:1
Card sample
#eb496e text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb496e;
Background color
Panel with #eb496e background
background-color: #eb496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb496e; background: linear-gradient(135deg, #eb496e, #EB9049);