#eb484d
a balanced, electric red · warm · closest name: crimson
RGB
235, 72, 77
HSL
358°, 80%, 60%
CMYK
0, 69, 67, 8
Luminance
0.2283
Every format
| HEX | #eb484d |
| RGB | rgb(235, 72, 77) |
| HSL | hsl(358, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 67%, 8%) |
| LAB | lab(54.9 62.5 33.8) |
| LCH | lch(54.9 71.0 28.4) |
| OKLCH | oklch(0.635 0.199 23.3) |
Copy-ready code
/* CSS */
color: #eb484d;
background-color: #eb484d;
/* Tailwind (arbitrary) */
class="text-[#eb484d] bg-[#eb484d]"
/* SCSS */
$brand: #eb484d;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.302)
/* Android */
Color.parseColor("#eb484d")Accessibility — WCAG contrast
Aa
#eb484d on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb484d on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow67.2%
Key (black)7.8%
Color previews
#eb484d text on a black background
contrast 5.57:1
Card sample
#eb484d text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb484d;
Background color
Panel with #eb484d background
background-color: #eb484d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb484d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb484d; background: linear-gradient(135deg, #eb484d, #EBB048);