#eb4a3f
a balanced, electric red · warm · closest name: tomato
RGB
235, 74, 63
HSL
4°, 81%, 58%
CMYK
0, 69, 73, 8
Luminance
0.2292
Every format
| HEX | #eb4a3f |
| RGB | rgb(235, 74, 63) |
| HSL | hsl(4, 81%, 58%) |
| CMYK | cmyk(0%, 69%, 73%, 8%) |
| LAB | lab(55.0 61.1 41.7) |
| LCH | lch(55.0 74.0 34.3) |
| OKLCH | oklch(0.635 0.199 28.1) |
Copy-ready code
/* CSS */
color: #eb4a3f;
background-color: #eb4a3f;
/* Tailwind (arbitrary) */
class="text-[#eb4a3f] bg-[#eb4a3f]"
/* SCSS */
$brand: #eb4a3f;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.247)
/* Android */
Color.parseColor("#eb4a3f")Accessibility — WCAG contrast
Aa
#eb4a3f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4a3f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow73.2%
Key (black)7.8%
Color previews
#eb4a3f text on a black background
contrast 5.58:1
Card sample
#eb4a3f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4a3f;
Background color
Panel with #eb4a3f background
background-color: #eb4a3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4a3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4a3f; background: linear-gradient(135deg, #eb4a3f, #EBBC3F);