#731f13
a dark, vivid red · warm · closest name: maroon
RGB
115, 31, 19
HSL
8°, 72%, 26%
CMYK
0, 73, 84, 55
Luminance
0.0467
Every format
| HEX | #731f13 |
| RGB | rgb(115, 31, 19) |
| HSL | hsl(8, 72%, 26%) |
| CMYK | cmyk(0%, 73%, 84%, 55%) |
| LAB | lab(25.8 36.0 28.6) |
| LCH | lch(25.8 46.0 38.4) |
| OKLCH | oklch(0.374 0.120 31.2) |
Copy-ready code
/* CSS */
color: #731f13;
background-color: #731f13;
/* Tailwind (arbitrary) */
class="text-[#731f13] bg-[#731f13]"
/* SCSS */
$brand: #731f13;
/* SwiftUI */
Color(red: 0.451, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#731f13")Accessibility — WCAG contrast
Aa
#731f13 on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731f13 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow83.5%
Key (black)54.9%
Color previews
#731f13 text on a black background
contrast 1.93:1
Card sample
#731f13 text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731f13;
Background color
Panel with #731f13 background
background-color: #731f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731f13; background: linear-gradient(135deg, #731f13, #735F13);