#792421
a dark, vivid red · warm · closest name: maroon
RGB
121, 36, 33
HSL
2°, 57%, 30%
CMYK
0, 70, 73, 53
Luminance
0.0544
Every format
| HEX | #792421 |
| RGB | rgb(121, 36, 33) |
| HSL | hsl(2, 57%, 30%) |
| CMYK | cmyk(0%, 70%, 73%, 53%) |
| LAB | lab(27.9 36.7 22.8) |
| LCH | lch(27.9 43.2 31.8) |
| OKLCH | oklch(0.393 0.119 26.2) |
Copy-ready code
/* CSS */
color: #792421;
background-color: #792421;
/* Tailwind (arbitrary) */
class="text-[#792421] bg-[#792421]"
/* SCSS */
$brand: #792421;
/* SwiftUI */
Color(red: 0.475, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#792421")Accessibility — WCAG contrast
Aa
#792421 on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#792421 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow72.7%
Key (black)52.5%
Color previews
#792421 text on a black background
contrast 2.09:1
Card sample
#792421 text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #792421;
Background color
Panel with #792421 background
background-color: #792421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #792421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #792421; background: linear-gradient(135deg, #792421, #795F21);