#780b13
a dark, electric red · warm · closest name: maroon
RGB
120, 11, 19
HSL
356°, 83%, 26%
CMYK
0, 91, 84, 53
Luminance
0.0428
Every format
| HEX | #780b13 |
| RGB | rgb(120, 11, 19) |
| HSL | hsl(356, 83%, 26%) |
| CMYK | cmyk(0%, 91%, 84%, 53%) |
| LAB | lab(24.6 44.1 27.8) |
| LCH | lch(24.6 52.1 32.2) |
| OKLCH | oklch(0.367 0.140 25.2) |
Copy-ready code
/* CSS */
color: #780b13;
background-color: #780b13;
/* Tailwind (arbitrary) */
class="text-[#780b13] bg-[#780b13]"
/* SCSS */
$brand: #780b13;
/* SwiftUI */
Color(red: 0.471, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#780b13")Accessibility — WCAG contrast
Aa
#780b13 on white: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780b13 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow84.2%
Key (black)52.9%
Color previews
#780b13 text on a black background
contrast 1.86:1
Card sample
#780b13 text on a white background
contrast 11.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780b13;
Background color
Panel with #780b13 background
background-color: #780b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780b13; background: linear-gradient(135deg, #780b13, #784C0B);