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