#eb5729
a balanced, electric red · warm · closest name: tomato
RGB
235, 87, 41
HSL
14°, 83%, 54%
CMYK
0, 63, 83, 8
Luminance
0.2464
Every format
| HEX | #eb5729 |
| RGB | rgb(235, 87, 41) |
| HSL | hsl(14, 83%, 54%) |
| CMYK | cmyk(0%, 63%, 83%, 8%) |
| LAB | lab(56.7 55.1 54.5) |
| LCH | lch(56.7 77.5 44.7) |
| OKLCH | oklch(0.648 0.192 36.9) |
Copy-ready code
/* CSS */
color: #eb5729;
background-color: #eb5729;
/* Tailwind (arbitrary) */
class="text-[#eb5729] bg-[#eb5729]"
/* SCSS */
$brand: #eb5729;
/* SwiftUI */
Color(red: 0.922, green: 0.341, blue: 0.161)
/* Android */
Color.parseColor("#eb5729")Accessibility — WCAG contrast
Aa
#eb5729 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5729 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.1%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow82.6%
Key (black)7.8%
Color previews
#eb5729 text on a black background
contrast 5.93:1
Card sample
#eb5729 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5729;
Background color
Panel with #eb5729 background
background-color: #eb5729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 87, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 87, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5729; background: linear-gradient(135deg, #eb5729, #EBD829);