#eb5f43
a balanced, electric red · warm · closest name: tomato
RGB
235, 95, 67
HSL
10°, 81%, 59%
CMYK
0, 60, 72, 8
Luminance
0.2625
Every format
| HEX | #eb5f43 |
| RGB | rgb(235, 95, 67) |
| HSL | hsl(10, 81%, 59%) |
| CMYK | cmyk(0%, 60%, 72%, 8%) |
| LAB | lab(58.3 52.5 43.3) |
| LCH | lch(58.3 68.0 39.5) |
| OKLCH | oklch(0.660 0.179 33.1) |
Copy-ready code
/* CSS */
color: #eb5f43;
background-color: #eb5f43;
/* Tailwind (arbitrary) */
class="text-[#eb5f43] bg-[#eb5f43]"
/* SCSS */
$brand: #eb5f43;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.263)
/* Android */
Color.parseColor("#eb5f43")Accessibility — WCAG contrast
Aa
#eb5f43 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f43 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow71.5%
Key (black)7.8%
Color previews
#eb5f43 text on a black background
contrast 6.25:1
Card sample
#eb5f43 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f43;
Background color
Panel with #eb5f43 background
background-color: #eb5f43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f43; background: linear-gradient(135deg, #eb5f43, #EBCF43);