#712521
a dark, vivid red · warm · closest name: maroon
RGB
113, 37, 33
HSL
3°, 55%, 29%
CMYK
0, 67, 71, 56
Luminance
0.0494
Every format
| HEX | #712521 |
| RGB | rgb(113, 37, 33) |
| HSL | hsl(3, 55%, 29%) |
| CMYK | cmyk(0%, 67%, 71%, 56%) |
| LAB | lab(26.6 33.3 20.8) |
| LCH | lch(26.6 39.2 32.0) |
| OKLCH | oklch(0.380 0.108 26.6) |
Copy-ready code
/* CSS */
color: #712521;
background-color: #712521;
/* Tailwind (arbitrary) */
class="text-[#712521] bg-[#712521]"
/* SCSS */
$brand: #712521;
/* SwiftUI */
Color(red: 0.443, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#712521")Accessibility — WCAG contrast
Aa
#712521 on white: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#712521 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow70.8%
Key (black)55.7%
Color previews
#712521 text on a black background
contrast 1.99:1
Card sample
#712521 text on a white background
contrast 10.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712521;
Background color
Panel with #712521 background
background-color: #712521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712521; background: linear-gradient(135deg, #712521, #715A21);