#eb5f4d
a balanced, electric red · warm · closest name: tomato
RGB
235, 95, 77
HSL
7°, 80%, 61%
CMYK
0, 60, 67, 8
Luminance
0.2638
Every format
| HEX | #eb5f4d |
| RGB | rgb(235, 95, 77) |
| HSL | hsl(7, 80%, 61%) |
| CMYK | cmyk(0%, 60%, 67%, 8%) |
| LAB | lab(58.4 53.0 38.0) |
| LCH | lch(58.4 65.2 35.6) |
| OKLCH | oklch(0.662 0.177 29.9) |
Copy-ready code
/* CSS */
color: #eb5f4d;
background-color: #eb5f4d;
/* Tailwind (arbitrary) */
class="text-[#eb5f4d] bg-[#eb5f4d]"
/* SCSS */
$brand: #eb5f4d;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.302)
/* Android */
Color.parseColor("#eb5f4d")Accessibility — WCAG contrast
Aa
#eb5f4d on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f4d on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow67.2%
Key (black)7.8%
Color previews
#eb5f4d text on a black background
contrast 6.28:1
Card sample
#eb5f4d text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f4d;
Background color
Panel with #eb5f4d background
background-color: #eb5f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f4d; background: linear-gradient(135deg, #eb5f4d, #EBC84D);