#732221
a dark, vivid red · warm · closest name: maroon
RGB
115, 34, 33
HSL
1°, 55%, 29%
CMYK
0, 70, 71, 55
Luminance
0.0490
Every format
| HEX | #732221 |
| RGB | rgb(115, 34, 33) |
| HSL | hsl(1, 55%, 29%) |
| CMYK | cmyk(0%, 70%, 71%, 55%) |
| LAB | lab(26.4 35.4 20.7) |
| LCH | lch(26.4 41.0 30.3) |
| OKLCH | oklch(0.380 0.114 25.0) |
Copy-ready code
/* CSS */
color: #732221;
background-color: #732221;
/* Tailwind (arbitrary) */
class="text-[#732221] bg-[#732221]"
/* SCSS */
$brand: #732221;
/* SwiftUI */
Color(red: 0.451, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#732221")Accessibility — WCAG contrast
Aa
#732221 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732221 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow71.3%
Key (black)54.9%
Color previews
#732221 text on a black background
contrast 1.98:1
Card sample
#732221 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732221;
Background color
Panel with #732221 background
background-color: #732221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732221; background: linear-gradient(135deg, #732221, #735921);