#7a4436
a dark, soft red · warm · closest name: sienna
RGB
122, 68, 54
HSL
12°, 39%, 35%
CMYK
0, 44, 56, 52
Luminance
0.0854
Every format
| HEX | #7a4436 |
| RGB | rgb(122, 68, 54) |
| HSL | hsl(12, 39%, 35%) |
| CMYK | cmyk(0%, 44%, 56%, 52%) |
| LAB | lab(35.1 21.7 18.6) |
| LCH | lch(35.1 28.6 40.5) |
| OKLCH | oklch(0.449 0.078 35.4) |
Copy-ready code
/* CSS */
color: #7a4436;
background-color: #7a4436;
/* Tailwind (arbitrary) */
class="text-[#7a4436] bg-[#7a4436]"
/* SCSS */
$brand: #7a4436;
/* SwiftUI */
Color(red: 0.478, green: 0.267, blue: 0.212)
/* Android */
Color.parseColor("#7a4436")Accessibility — WCAG contrast
Aa
#7a4436 on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a4436 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green26.7%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow55.7%
Key (black)52.2%
Color previews
#7a4436 text on a black background
contrast 2.71:1
Card sample
#7a4436 text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a4436;
Background color
Panel with #7a4436 background
background-color: #7a4436;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a4436;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 68, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 68, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a4436; background: linear-gradient(135deg, #7a4436, #7A7136);