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