#731e2f
a dark, vivid red · warm · closest name: maroon
RGB
115, 30, 47
HSL
348°, 59%, 28%
CMYK
0, 74, 59, 55
Luminance
0.0478
Every format
| HEX | #731e2f |
| RGB | rgb(115, 30, 47) |
| HSL | hsl(348, 59%, 28%) |
| CMYK | cmyk(0%, 74%, 59%, 55%) |
| LAB | lab(26.1 38.1 10.9) |
| LCH | lch(26.1 39.6 16.0) |
| OKLCH | oklch(0.378 0.118 13.4) |
Copy-ready code
/* CSS */
color: #731e2f;
background-color: #731e2f;
/* Tailwind (arbitrary) */
class="text-[#731e2f] bg-[#731e2f]"
/* SCSS */
$brand: #731e2f;
/* SwiftUI */
Color(red: 0.451, green: 0.118, blue: 0.184)
/* Android */
Color.parseColor("#731e2f")Accessibility — WCAG contrast
Aa
#731e2f on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731e2f on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green11.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow59.1%
Key (black)54.9%
Color previews
#731e2f text on a black background
contrast 1.96:1
Card sample
#731e2f text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731e2f;
Background color
Panel with #731e2f background
background-color: #731e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 30, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 30, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731e2f; background: linear-gradient(135deg, #731e2f, #73461E);