#722521
a dark, vivid red · warm · closest name: maroon
RGB
114, 37, 33
HSL
3°, 55%, 29%
CMYK
0, 68, 71, 55
Luminance
0.0501
Every format
| HEX | #722521 |
| RGB | rgb(114, 37, 33) |
| HSL | hsl(3, 55%, 29%) |
| CMYK | cmyk(0%, 68%, 71%, 55%) |
| LAB | lab(26.8 33.6 21.1) |
| LCH | lch(26.8 39.7 32.0) |
| OKLCH | oklch(0.382 0.110 26.6) |
Copy-ready code
/* CSS */
color: #722521;
background-color: #722521;
/* Tailwind (arbitrary) */
class="text-[#722521] bg-[#722521]"
/* SCSS */
$brand: #722521;
/* SwiftUI */
Color(red: 0.447, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#722521")Accessibility — WCAG contrast
Aa
#722521 on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#722521 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow71.1%
Key (black)55.3%
Color previews
#722521 text on a black background
contrast 2.00:1
Card sample
#722521 text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722521;
Background color
Panel with #722521 background
background-color: #722521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722521; background: linear-gradient(135deg, #722521, #725B21);