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