#710607
a deep, electric red · warm · closest name: maroon
RGB
113, 6, 7
HSL
359°, 90%, 23%
CMYK
0, 95, 94, 56
Luminance
0.0366
Every format
| HEX | #710607 |
| RGB | rgb(113, 6, 7) |
| HSL | hsl(359, 90%, 23%) |
| CMYK | cmyk(0%, 95%, 94%, 56%) |
| LAB | lab(22.5 42.8 31.0) |
| LCH | lch(22.5 52.8 36.0) |
| OKLCH | oklch(0.348 0.137 28.1) |
Copy-ready code
/* CSS */
color: #710607;
background-color: #710607;
/* Tailwind (arbitrary) */
class="text-[#710607] bg-[#710607]"
/* SCSS */
$brand: #710607;
/* SwiftUI */
Color(red: 0.443, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#710607")Accessibility — WCAG contrast
Aa
#710607 on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710607 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow93.8%
Key (black)55.7%
Color previews
#710607 text on a black background
contrast 1.73:1
Card sample
#710607 text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710607;
Background color
Panel with #710607 background
background-color: #710607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710607; background: linear-gradient(135deg, #710607, #714C06);