#732313
a dark, vivid red · warm · closest name: maroon
RGB
115, 35, 19
HSL
10°, 72%, 26%
CMYK
0, 70, 84, 55
Luminance
0.0489
Every format
| HEX | #732313 |
| RGB | rgb(115, 35, 19) |
| HSL | hsl(10, 72%, 26%) |
| CMYK | cmyk(0%, 70%, 84%, 55%) |
| LAB | lab(26.4 34.3 29.3) |
| LCH | lch(26.4 45.1 40.5) |
| OKLCH | oklch(0.379 0.116 33.2) |
Copy-ready code
/* CSS */
color: #732313;
background-color: #732313;
/* Tailwind (arbitrary) */
class="text-[#732313] bg-[#732313]"
/* SCSS */
$brand: #732313;
/* SwiftUI */
Color(red: 0.451, green: 0.137, blue: 0.075)
/* Android */
Color.parseColor("#732313")Accessibility — WCAG contrast
Aa
#732313 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732313 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green13.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow83.5%
Key (black)54.9%
Color previews
#732313 text on a black background
contrast 1.98:1
Card sample
#732313 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732313;
Background color
Panel with #732313 background
background-color: #732313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 35, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 35, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732313; background: linear-gradient(135deg, #732313, #736313);