#7a2021
a dark, vivid red · warm · closest name: maroon
RGB
122, 32, 33
HSL
359°, 58%, 30%
CMYK
0, 74, 73, 52
Luminance
0.0528
Every format
| HEX | #7a2021 |
| RGB | rgb(122, 32, 33) |
| HSL | hsl(359, 58%, 30%) |
| CMYK | cmyk(0%, 74%, 73%, 52%) |
| LAB | lab(27.5 38.8 22.3) |
| LCH | lch(27.5 44.7 29.9) |
| OKLCH | oklch(0.390 0.124 24.5) |
Copy-ready code
/* CSS */
color: #7a2021;
background-color: #7a2021;
/* Tailwind (arbitrary) */
class="text-[#7a2021] bg-[#7a2021]"
/* SCSS */
$brand: #7a2021;
/* SwiftUI */
Color(red: 0.478, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#7a2021")Accessibility — WCAG contrast
Aa
#7a2021 on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a2021 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow73.0%
Key (black)52.2%
Color previews
#7a2021 text on a black background
contrast 2.06:1
Card sample
#7a2021 text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a2021;
Background color
Panel with #7a2021 background
background-color: #7a2021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a2021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a2021; background: linear-gradient(135deg, #7a2021, #7A5B20);