#7a3429
a dark, vivid red · warm · closest name: sienna
RGB
122, 52, 41
HSL
8°, 50%, 32%
CMYK
0, 57, 66, 52
Luminance
0.0675
Every format
| HEX | #7a3429 |
| RGB | rgb(122, 52, 41) |
| HSL | hsl(8, 50%, 32%) |
| CMYK | cmyk(0%, 57%, 66%, 52%) |
| LAB | lab(31.2 29.7 21.8) |
| LCH | lch(31.2 36.8 36.3) |
| OKLCH | oklch(0.418 0.100 30.8) |
Copy-ready code
/* CSS */
color: #7a3429;
background-color: #7a3429;
/* Tailwind (arbitrary) */
class="text-[#7a3429] bg-[#7a3429]"
/* SCSS */
$brand: #7a3429;
/* SwiftUI */
Color(red: 0.478, green: 0.204, blue: 0.161)
/* Android */
Color.parseColor("#7a3429")Accessibility — WCAG contrast
Aa
#7a3429 on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a3429 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green20.4%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow66.4%
Key (black)52.2%
Color previews
#7a3429 text on a black background
contrast 2.35:1
Card sample
#7a3429 text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a3429;
Background color
Panel with #7a3429 background
background-color: #7a3429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a3429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 52, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 52, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a3429; background: linear-gradient(135deg, #7a3429, #7A6A29);