#810f13
a dark, electric red · warm · closest name: maroon
RGB
129, 15, 19
HSL
358°, 79%, 28%
CMYK
0, 88, 85, 49
Luminance
0.0506
Every format
| HEX | #810f13 |
| RGB | rgb(129, 15, 19) |
| HSL | hsl(358, 79%, 28%) |
| CMYK | cmyk(0%, 88%, 85%, 49%) |
| LAB | lab(26.9 45.9 30.7) |
| LCH | lch(26.9 55.2 33.8) |
| OKLCH | oklch(0.388 0.147 26.4) |
Copy-ready code
/* CSS */
color: #810f13;
background-color: #810f13;
/* Tailwind (arbitrary) */
class="text-[#810f13] bg-[#810f13]"
/* SCSS */
$brand: #810f13;
/* SwiftUI */
Color(red: 0.506, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#810f13")Accessibility — WCAG contrast
Aa
#810f13 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810f13 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.4%
Yellow85.3%
Key (black)49.4%
Color previews
#810f13 text on a black background
contrast 2.01:1
Card sample
#810f13 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810f13;
Background color
Panel with #810f13 background
background-color: #810f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810f13; background: linear-gradient(135deg, #810f13, #81570F);