#710a13
a deep, electric red · warm · closest name: maroon
RGB
113, 10, 19
HSL
355°, 84%, 24%
CMYK
0, 91, 83, 56
Luminance
0.0377
Every format
| HEX | #710a13 |
| RGB | rgb(113, 10, 19) |
| HSL | hsl(355, 84%, 24%) |
| CMYK | cmyk(0%, 91%, 83%, 56%) |
| LAB | lab(22.9 42.2 25.6) |
| LCH | lch(22.9 49.4 31.2) |
| OKLCH | oklch(0.352 0.134 24.5) |
Copy-ready code
/* CSS */
color: #710a13;
background-color: #710a13;
/* Tailwind (arbitrary) */
class="text-[#710a13] bg-[#710a13]"
/* SCSS */
$brand: #710a13;
/* SwiftUI */
Color(red: 0.443, green: 0.039, blue: 0.075)
/* Android */
Color.parseColor("#710a13")Accessibility — WCAG contrast
Aa
#710a13 on white: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710a13 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green3.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow83.2%
Key (black)55.7%
Color previews
#710a13 text on a black background
contrast 1.75:1
Card sample
#710a13 text on a white background
contrast 11.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710a13;
Background color
Panel with #710a13 background
background-color: #710a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 10, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 10, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710a13; background: linear-gradient(135deg, #710a13, #71460A);