#7b4e06
a dark, electric orange · warm · closest name: sienna
RGB
123, 78, 6
HSL
37°, 91%, 25%
CMYK
0, 37, 95, 52
Luminance
0.0967
Every format
| HEX | #7b4e06 |
| RGB | rgb(123, 78, 6) |
| HSL | hsl(37, 91%, 25%) |
| CMYK | cmyk(0%, 37%, 95%, 52%) |
| LAB | lab(37.3 13.6 44.3) |
| LCH | lch(37.3 46.3 72.9) |
| OKLCH | oklch(0.464 0.098 70.5) |
Copy-ready code
/* CSS */
color: #7b4e06;
background-color: #7b4e06;
/* Tailwind (arbitrary) */
class="text-[#7b4e06] bg-[#7b4e06]"
/* SCSS */
$brand: #7b4e06;
/* SwiftUI */
Color(red: 0.482, green: 0.306, blue: 0.024)
/* Android */
Color.parseColor("#7b4e06")Accessibility — WCAG contrast
Aa
#7b4e06 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b4e06 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green30.6%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow95.1%
Key (black)51.8%
Color previews
#7b4e06 text on a black background
contrast 2.93:1
Card sample
#7b4e06 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b4e06;
Background color
Panel with #7b4e06 background
background-color: #7b4e06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b4e06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 78, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 78, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b4e06; background: linear-gradient(135deg, #7b4e06, #5A7B06);