#eb495b
a balanced, electric red · warm · closest name: crimson
RGB
235, 73, 91
HSL
353°, 80%, 60%
CMYK
0, 69, 61, 8
Luminance
0.2318
Every format
| HEX | #eb495b |
| RGB | rgb(235, 73, 91) |
| HSL | hsl(353, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 61%, 8%) |
| LAB | lab(55.3 62.9 26.1) |
| LCH | lch(55.3 68.1 22.5) |
| OKLCH | oklch(0.639 0.198 18.6) |
Copy-ready code
/* CSS */
color: #eb495b;
background-color: #eb495b;
/* Tailwind (arbitrary) */
class="text-[#eb495b] bg-[#eb495b]"
/* SCSS */
$brand: #eb495b;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.357)
/* Android */
Color.parseColor("#eb495b")Accessibility — WCAG contrast
Aa
#eb495b on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb495b on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow61.3%
Key (black)7.8%
Color previews
#eb495b text on a black background
contrast 5.64:1
Card sample
#eb495b text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb495b;
Background color
Panel with #eb495b background
background-color: #eb495b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb495b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb495b; background: linear-gradient(135deg, #eb495b, #EBA349);