#7a4700
a deep, electric orange · warm · closest name: sienna
RGB
122, 71, 0
HSL
35°, 100%, 24%
CMYK
0, 42, 100, 52
Luminance
0.0864
Every format
| HEX | #7a4700 |
| RGB | rgb(122, 71, 0) |
| HSL | hsl(35, 100%, 24%) |
| CMYK | cmyk(0%, 42%, 100%, 52%) |
| LAB | lab(35.3 17.1 44.8) |
| LCH | lch(35.3 48.0 69.1) |
| OKLCH | oklch(0.449 0.101 65.1) |
Copy-ready code
/* CSS */
color: #7a4700;
background-color: #7a4700;
/* Tailwind (arbitrary) */
class="text-[#7a4700] bg-[#7a4700]"
/* SCSS */
$brand: #7a4700;
/* SwiftUI */
Color(red: 0.478, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#7a4700")Accessibility — WCAG contrast
Aa
#7a4700 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a4700 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green27.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow100.0%
Key (black)52.2%
Color previews
#7a4700 text on a black background
contrast 2.73:1
Card sample
#7a4700 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a4700;
Background color
Panel with #7a4700 background
background-color: #7a4700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a4700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a4700; background: linear-gradient(135deg, #7a4700, #5C7A00);