#730c13
a deep, electric red · warm · closest name: maroon
RGB
115, 12, 19
HSL
356°, 81%, 25%
CMYK
0, 90, 84, 55
Luminance
0.0395
Every format
| HEX | #730c13 |
| RGB | rgb(115, 12, 19) |
| HSL | hsl(356, 81%, 25%) |
| CMYK | cmyk(0%, 90%, 84%, 55%) |
| LAB | lab(23.5 42.4 26.4) |
| LCH | lch(23.5 49.9 31.9) |
| OKLCH | oklch(0.357 0.135 25.0) |
Copy-ready code
/* CSS */
color: #730c13;
background-color: #730c13;
/* Tailwind (arbitrary) */
class="text-[#730c13] bg-[#730c13]"
/* SCSS */
$brand: #730c13;
/* SwiftUI */
Color(red: 0.451, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#730c13")Accessibility — WCAG contrast
Aa
#730c13 on white: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730c13 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow83.5%
Key (black)54.9%
Color previews
#730c13 text on a black background
contrast 1.79:1
Card sample
#730c13 text on a white background
contrast 11.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730c13;
Background color
Panel with #730c13 background
background-color: #730c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730c13; background: linear-gradient(135deg, #730c13, #734A0C);