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