#8b0613
a dark, electric red · warm · closest name: maroon
RGB
139, 6, 19
HSL
354°, 92%, 28%
CMYK
0, 96, 86, 46
Luminance
0.0567
Every format
| HEX | #8b0613 |
| RGB | rgb(139, 6, 19) |
| HSL | hsl(354, 92%, 28%) |
| CMYK | cmyk(0%, 96%, 86%, 46%) |
| LAB | lab(28.6 50.4 33.1) |
| LCH | lch(28.6 60.2 33.3) |
| OKLCH | oklch(0.404 0.160 25.6) |
Copy-ready code
/* CSS */
color: #8b0613;
background-color: #8b0613;
/* Tailwind (arbitrary) */
class="text-[#8b0613] bg-[#8b0613]"
/* SCSS */
$brand: #8b0613;
/* SwiftUI */
Color(red: 0.545, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#8b0613")Accessibility — WCAG contrast
Aa
#8b0613 on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8b0613 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow86.3%
Key (black)45.5%
Color previews
#8b0613 text on a black background
contrast 2.13:1
Card sample
#8b0613 text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b0613;
Background color
Panel with #8b0613 background
background-color: #8b0613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b0613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b0613; background: linear-gradient(135deg, #8b0613, #8B5106);