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