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