#810c13
a dark, electric red · warm · closest name: maroon
RGB
129, 12, 19
HSL
356°, 83%, 28%
CMYK
0, 91, 85, 49
Luminance
0.0498
Every format
| HEX | #810c13 |
| RGB | rgb(129, 12, 19) |
| HSL | hsl(356, 83%, 28%) |
| CMYK | cmyk(0%, 91%, 85%, 49%) |
| LAB | lab(26.7 46.5 30.5) |
| LCH | lch(26.7 55.6 33.3) |
| OKLCH | oklch(0.386 0.148 25.8) |
Copy-ready code
/* CSS */
color: #810c13;
background-color: #810c13;
/* Tailwind (arbitrary) */
class="text-[#810c13] bg-[#810c13]"
/* SCSS */
$brand: #810c13;
/* SwiftUI */
Color(red: 0.506, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#810c13")Accessibility — WCAG contrast
Aa
#810c13 on white: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810c13 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow85.3%
Key (black)49.4%
Color previews
#810c13 text on a black background
contrast 2.00:1
Card sample
#810c13 text on a white background
contrast 10.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810c13;
Background color
Panel with #810c13 background
background-color: #810c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810c13; background: linear-gradient(135deg, #810c13, #81530C);