#7a2f1b
a dark, vivid red · warm · closest name: sienna
RGB
122, 47, 27
HSL
13°, 64%, 29%
CMYK
0, 62, 78, 52
Luminance
0.0625
Every format
| HEX | #7a2f1b |
| RGB | rgb(122, 47, 27) |
| HSL | hsl(13, 64%, 29%) |
| CMYK | cmyk(0%, 62%, 78%, 52%) |
| LAB | lab(30.0 31.5 28.8) |
| LCH | lch(30.0 42.7 42.5) |
| OKLCH | oklch(0.409 0.110 35.8) |
Copy-ready code
/* CSS */
color: #7a2f1b;
background-color: #7a2f1b;
/* Tailwind (arbitrary) */
class="text-[#7a2f1b] bg-[#7a2f1b]"
/* SCSS */
$brand: #7a2f1b;
/* SwiftUI */
Color(red: 0.478, green: 0.184, blue: 0.106)
/* Android */
Color.parseColor("#7a2f1b")Accessibility — WCAG contrast
Aa
#7a2f1b on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a2f1b on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green18.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow77.9%
Key (black)52.2%
Color previews
#7a2f1b text on a black background
contrast 2.25:1
Card sample
#7a2f1b text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a2f1b;
Background color
Panel with #7a2f1b background
background-color: #7a2f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a2f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 47, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 47, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a2f1b; background: linear-gradient(135deg, #7a2f1b, #7A6E1B);