#7a3406
a dark, electric orange · warm · closest name: sienna
RGB
122, 52, 6
HSL
24°, 91%, 25%
CMYK
0, 57, 95, 52
Luminance
0.0661
Every format
| HEX | #7a3406 |
| RGB | rgb(122, 52, 6) |
| HSL | hsl(24, 91%, 25%) |
| CMYK | cmyk(0%, 57%, 95%, 52%) |
| LAB | lab(30.9 28.2 39.6) |
| LCH | lch(30.9 48.6 54.6) |
| OKLCH | oklch(0.415 0.111 46.9) |
Copy-ready code
/* CSS */
color: #7a3406;
background-color: #7a3406;
/* Tailwind (arbitrary) */
class="text-[#7a3406] bg-[#7a3406]"
/* SCSS */
$brand: #7a3406;
/* SwiftUI */
Color(red: 0.478, green: 0.204, blue: 0.024)
/* Android */
Color.parseColor("#7a3406")Accessibility — WCAG contrast
Aa
#7a3406 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a3406 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green20.4%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow95.1%
Key (black)52.2%
Color previews
#7a3406 text on a black background
contrast 2.32:1
Card sample
#7a3406 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a3406;
Background color
Panel with #7a3406 background
background-color: #7a3406;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a3406;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 52, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 52, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a3406; background: linear-gradient(135deg, #7a3406, #737A06);