#7e4b26
a dark, vivid orange · warm · closest name: sienna
RGB
126, 75, 38
HSL
25°, 54%, 32%
CMYK
0, 41, 70, 51
Luminance
0.0961
Every format
| HEX | #7e4b26 |
| RGB | rgb(126, 75, 38) |
| HSL | hsl(25, 54%, 32%) |
| CMYK | cmyk(0%, 41%, 70%, 51%) |
| LAB | lab(37.1 18.1 30.6) |
| LCH | lch(37.1 35.6 59.5) |
| OKLCH | oklch(0.465 0.086 54.7) |
Copy-ready code
/* CSS */
color: #7e4b26;
background-color: #7e4b26;
/* Tailwind (arbitrary) */
class="text-[#7e4b26] bg-[#7e4b26]"
/* SCSS */
$brand: #7e4b26;
/* SwiftUI */
Color(red: 0.494, green: 0.294, blue: 0.149)
/* Android */
Color.parseColor("#7e4b26")Accessibility — WCAG contrast
Aa
#7e4b26 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e4b26 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green29.4%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow69.8%
Key (black)50.6%
Color previews
#7e4b26 text on a black background
contrast 2.92:1
Card sample
#7e4b26 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e4b26;
Background color
Panel with #7e4b26 background
background-color: #7e4b26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e4b26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 75, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 75, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e4b26; background: linear-gradient(135deg, #7e4b26, #777E26);