#e75f29
a balanced, electric orange · warm · closest name: tomato
RGB
231, 95, 41
HSL
17°, 80%, 53%
CMYK
0, 59, 82, 9
Luminance
0.2533
Every format
| HEX | #e75f29 |
| RGB | rgb(231, 95, 41) |
| HSL | hsl(17, 80%, 53%) |
| CMYK | cmyk(0%, 59%, 82%, 9%) |
| LAB | lab(57.4 50.2 54.9) |
| LCH | lch(57.4 74.3 47.6) |
| OKLCH | oklch(0.652 0.181 40.1) |
Copy-ready code
/* CSS */
color: #e75f29;
background-color: #e75f29;
/* Tailwind (arbitrary) */
class="text-[#e75f29] bg-[#e75f29]"
/* SCSS */
$brand: #e75f29;
/* SwiftUI */
Color(red: 0.906, green: 0.373, blue: 0.161)
/* Android */
Color.parseColor("#e75f29")Accessibility — WCAG contrast
Aa
#e75f29 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e75f29 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green37.3%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow82.3%
Key (black)9.4%
Color previews
#e75f29 text on a black background
contrast 6.07:1
Card sample
#e75f29 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e75f29;
Background color
Panel with #e75f29 background
background-color: #e75f29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e75f29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 95, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 95, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e75f29; background: linear-gradient(135deg, #e75f29, #E7DE29);