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