#7e4f13
a dark, vivid orange · warm · closest name: sienna
RGB
126, 79, 19
HSL
34°, 74%, 28%
CMYK
0, 37, 85, 51
Luminance
0.1007
Every format
| HEX | #7e4f13 |
| RGB | rgb(126, 79, 19) |
| HSL | hsl(34, 74%, 28%) |
| CMYK | cmyk(0%, 37%, 85%, 51%) |
| LAB | lab(38.0 14.8 40.7) |
| LCH | lch(38.0 43.3 70.1) |
| OKLCH | oklch(0.471 0.095 67.0) |
Copy-ready code
/* CSS */
color: #7e4f13;
background-color: #7e4f13;
/* Tailwind (arbitrary) */
class="text-[#7e4f13] bg-[#7e4f13]"
/* SCSS */
$brand: #7e4f13;
/* SwiftUI */
Color(red: 0.494, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#7e4f13")Accessibility — WCAG contrast
Aa
#7e4f13 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e4f13 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow84.9%
Key (black)50.6%
Color previews
#7e4f13 text on a black background
contrast 3.01:1
Card sample
#7e4f13 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e4f13;
Background color
Panel with #7e4f13 background
background-color: #7e4f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e4f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e4f13; background: linear-gradient(135deg, #7e4f13, #667E13);