#7a520e
a dark, electric orange · warm · closest name: sienna
RGB
122, 82, 14
HSL
38°, 79%, 27%
CMYK
0, 33, 89, 52
Luminance
0.1020
Every format
| HEX | #7a520e |
| RGB | rgb(122, 82, 14) |
| HSL | hsl(38, 79%, 27%) |
| CMYK | cmyk(0%, 33%, 89%, 52%) |
| LAB | lab(38.2 10.9 42.5) |
| LCH | lch(38.2 43.9 75.6) |
| OKLCH | oklch(0.471 0.094 74.2) |
Copy-ready code
/* CSS */
color: #7a520e;
background-color: #7a520e;
/* Tailwind (arbitrary) */
class="text-[#7a520e] bg-[#7a520e]"
/* SCSS */
$brand: #7a520e;
/* SwiftUI */
Color(red: 0.478, green: 0.322, blue: 0.055)
/* Android */
Color.parseColor("#7a520e")Accessibility — WCAG contrast
Aa
#7a520e on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a520e on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green32.2%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow88.5%
Key (black)52.2%
Color previews
#7a520e text on a black background
contrast 3.04:1
Card sample
#7a520e text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a520e;
Background color
Panel with #7a520e background
background-color: #7a520e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a520e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 82, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 82, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a520e; background: linear-gradient(135deg, #7a520e, #5A7A0E);