#732021
a dark, vivid red · warm · closest name: maroon
RGB
115, 32, 33
HSL
359°, 57%, 29%
CMYK
0, 72, 71, 55
Luminance
0.0479
Every format
| HEX | #732021 |
| RGB | rgb(115, 32, 33) |
| HSL | hsl(359, 57%, 29%) |
| CMYK | cmyk(0%, 72%, 71%, 55%) |
| LAB | lab(26.1 36.3 20.3) |
| LCH | lch(26.1 41.6 29.2) |
| OKLCH | oklch(0.377 0.116 24.0) |
Copy-ready code
/* CSS */
color: #732021;
background-color: #732021;
/* Tailwind (arbitrary) */
class="text-[#732021] bg-[#732021]"
/* SCSS */
$brand: #732021;
/* SwiftUI */
Color(red: 0.451, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#732021")Accessibility — WCAG contrast
Aa
#732021 on white: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732021 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow71.3%
Key (black)54.9%
Color previews
#732021 text on a black background
contrast 1.96:1
Card sample
#732021 text on a white background
contrast 10.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732021;
Background color
Panel with #732021 background
background-color: #732021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732021; background: linear-gradient(135deg, #732021, #735620);