#730f0f
a dark, electric red · warm · closest name: maroon
RGB
115, 15, 15
HSL
0°, 77%, 26%
CMYK
0, 87, 87, 55
Luminance
0.0402
Every format
| HEX | #730f0f |
| RGB | rgb(115, 15, 15) |
| HSL | hsl(0, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 87%, 55%) |
| LAB | lab(23.7 41.5 28.9) |
| LCH | lch(23.7 50.6 34.8) |
| OKLCH | oklch(0.359 0.133 27.3) |
Copy-ready code
/* CSS */
color: #730f0f;
background-color: #730f0f;
/* Tailwind (arbitrary) */
class="text-[#730f0f] bg-[#730f0f]"
/* SCSS */
$brand: #730f0f;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.059)
/* Android */
Color.parseColor("#730f0f")Accessibility — WCAG contrast
Aa
#730f0f on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730f0f on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow87.0%
Key (black)54.9%
Color previews
#730f0f text on a black background
contrast 1.80:1
Card sample
#730f0f text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730f0f;
Background color
Panel with #730f0f background
background-color: #730f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730f0f; background: linear-gradient(135deg, #730f0f, #73520F);