#7a291b
a dark, vivid red · warm · closest name: maroon
RGB
122, 41, 27
HSL
9°, 64%, 29%
CMYK
0, 66, 78, 52
Luminance
0.0580
Every format
| HEX | #7a291b |
| RGB | rgb(122, 41, 27) |
| HSL | hsl(9, 64%, 29%) |
| CMYK | cmyk(0%, 66%, 78%, 52%) |
| LAB | lab(28.9 34.5 27.6) |
| LCH | lch(28.9 44.2 38.7) |
| OKLCH | oklch(0.400 0.116 32.1) |
Copy-ready code
/* CSS */
color: #7a291b;
background-color: #7a291b;
/* Tailwind (arbitrary) */
class="text-[#7a291b] bg-[#7a291b]"
/* SCSS */
$brand: #7a291b;
/* SwiftUI */
Color(red: 0.478, green: 0.161, blue: 0.106)
/* Android */
Color.parseColor("#7a291b")Accessibility — WCAG contrast
Aa
#7a291b on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a291b on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green16.1%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow77.9%
Key (black)52.2%
Color previews
#7a291b text on a black background
contrast 2.16:1
Card sample
#7a291b text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a291b;
Background color
Panel with #7a291b background
background-color: #7a291b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a291b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 41, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 41, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a291b; background: linear-gradient(135deg, #7a291b, #7A681B);