#7e570a
a dark, electric orange · warm · closest name: sienna
RGB
126, 87, 10
HSL
40°, 85%, 27%
CMYK
0, 31, 92, 51
Luminance
0.1127
Every format
| HEX | #7e570a |
| RGB | rgb(126, 87, 10) |
| HSL | hsl(40, 85%, 27%) |
| CMYK | cmyk(0%, 31%, 92%, 51%) |
| LAB | lab(40.0 9.8 45.4) |
| LCH | lch(40.0 46.5 77.9) |
| OKLCH | oklch(0.487 0.098 77.2) |
Copy-ready code
/* CSS */
color: #7e570a;
background-color: #7e570a;
/* Tailwind (arbitrary) */
class="text-[#7e570a] bg-[#7e570a]"
/* SCSS */
$brand: #7e570a;
/* SwiftUI */
Color(red: 0.494, green: 0.341, blue: 0.039)
/* Android */
Color.parseColor("#7e570a")Accessibility — WCAG contrast
Aa
#7e570a on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e570a on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green34.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow92.1%
Key (black)50.6%
Color previews
#7e570a text on a black background
contrast 3.25:1
Card sample
#7e570a text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e570a;
Background color
Panel with #7e570a background
background-color: #7e570a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e570a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 87, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 87, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e570a; background: linear-gradient(135deg, #7e570a, #587E0A);