#722a21
a dark, vivid red · warm · closest name: sienna
RGB
114, 42, 33
HSL
7°, 55%, 29%
CMYK
0, 63, 71, 55
Luminance
0.0534
Every format
| HEX | #722a21 |
| RGB | rgb(114, 42, 33) |
| HSL | hsl(7, 55%, 29%) |
| CMYK | cmyk(0%, 63%, 71%, 55%) |
| LAB | lab(27.7 31.2 22.2) |
| LCH | lch(27.7 38.3 35.4) |
| OKLCH | oklch(0.389 0.104 29.7) |
Copy-ready code
/* CSS */
color: #722a21;
background-color: #722a21;
/* Tailwind (arbitrary) */
class="text-[#722a21] bg-[#722a21]"
/* SCSS */
$brand: #722a21;
/* SwiftUI */
Color(red: 0.447, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#722a21")Accessibility — WCAG contrast
Aa
#722a21 on white: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#722a21 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow71.1%
Key (black)55.3%
Color previews
#722a21 text on a black background
contrast 2.07:1
Card sample
#722a21 text on a white background
contrast 10.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722a21;
Background color
Panel with #722a21 background
background-color: #722a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722a21; background: linear-gradient(135deg, #722a21, #726021);