#7a592e
a dark, vivid orange · warm · closest name: sienna
RGB
122, 89, 46
HSL
34°, 45%, 33%
CMYK
0, 27, 62, 52
Luminance
0.1148
Every format
| HEX | #7a592e |
| RGB | rgb(122, 89, 46) |
| HSL | hsl(34, 45%, 33%) |
| CMYK | cmyk(0%, 27%, 62%, 52%) |
| LAB | lab(40.4 8.5 29.8) |
| LCH | lch(40.4 31.0 74.2) |
| OKLCH | oklch(0.489 0.073 71.9) |
Copy-ready code
/* CSS */
color: #7a592e;
background-color: #7a592e;
/* Tailwind (arbitrary) */
class="text-[#7a592e] bg-[#7a592e]"
/* SCSS */
$brand: #7a592e;
/* SwiftUI */
Color(red: 0.478, green: 0.349, blue: 0.180)
/* Android */
Color.parseColor("#7a592e")Accessibility — WCAG contrast
Aa
#7a592e on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a592e on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green34.9%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow62.3%
Key (black)52.2%
Color previews
#7a592e text on a black background
contrast 3.30:1
Card sample
#7a592e text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a592e;
Background color
Panel with #7a592e background
background-color: #7a592e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a592e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 89, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 89, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a592e; background: linear-gradient(135deg, #7a592e, #687A2E);