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