#711908
a deep, electric red · warm · closest name: maroon
RGB
113, 25, 8
HSL
10°, 87%, 24%
CMYK
0, 78, 93, 56
Luminance
0.0422
Every format
| HEX | #711908 |
| RGB | rgb(113, 25, 8) |
| HSL | hsl(10, 87%, 24%) |
| CMYK | cmyk(0%, 78%, 93%, 56%) |
| LAB | lab(24.4 37.4 32.5) |
| LCH | lch(24.4 49.6 41.0) |
| OKLCH | oklch(0.363 0.125 32.8) |
Copy-ready code
/* CSS */
color: #711908;
background-color: #711908;
/* Tailwind (arbitrary) */
class="text-[#711908] bg-[#711908]"
/* SCSS */
$brand: #711908;
/* SwiftUI */
Color(red: 0.443, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#711908")Accessibility — WCAG contrast
Aa
#711908 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711908 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow92.9%
Key (black)55.7%
Color previews
#711908 text on a black background
contrast 1.84:1
Card sample
#711908 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711908;
Background color
Panel with #711908 background
background-color: #711908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711908; background: linear-gradient(135deg, #711908, #715F08);