#732012
a dark, vivid red · warm · closest name: maroon
RGB
115, 32, 18
HSL
9°, 73%, 26%
CMYK
0, 72, 84, 55
Luminance
0.0472
Every format
| HEX | #732012 |
| RGB | rgb(115, 32, 18) |
| HSL | hsl(9, 73%, 26%) |
| CMYK | cmyk(0%, 72%, 84%, 55%) |
| LAB | lab(25.9 35.6 29.3) |
| LCH | lch(25.9 46.1 39.5) |
| OKLCH | oklch(0.375 0.119 32.1) |
Copy-ready code
/* CSS */
color: #732012;
background-color: #732012;
/* Tailwind (arbitrary) */
class="text-[#732012] bg-[#732012]"
/* SCSS */
$brand: #732012;
/* SwiftUI */
Color(red: 0.451, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#732012")Accessibility — WCAG contrast
Aa
#732012 on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732012 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow84.3%
Key (black)54.9%
Color previews
#732012 text on a black background
contrast 1.94:1
Card sample
#732012 text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732012;
Background color
Panel with #732012 background
background-color: #732012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732012; background: linear-gradient(135deg, #732012, #736112);