#701f00
a deep, electric orange · warm · closest name: maroon
RGB
112, 31, 0
HSL
17°, 100%, 22%
CMYK
0, 72, 100, 56
Luminance
0.0442
Every format
| HEX | #701f00 |
| RGB | rgb(112, 31, 0) |
| HSL | hsl(17, 100%, 22%) |
| CMYK | cmyk(0%, 72%, 100%, 56%) |
| LAB | lab(25.0 34.4 36.3) |
| LCH | lch(25.0 50.1 46.5) |
| OKLCH | oklch(0.367 0.120 38.1) |
Copy-ready code
/* CSS */
color: #701f00;
background-color: #701f00;
/* Tailwind (arbitrary) */
class="text-[#701f00] bg-[#701f00]"
/* SCSS */
$brand: #701f00;
/* SwiftUI */
Color(red: 0.439, green: 0.122, blue: 0.000)
/* Android */
Color.parseColor("#701f00")Accessibility — WCAG contrast
Aa
#701f00 on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701f00 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow100.0%
Key (black)56.1%
Color previews
#701f00 text on a black background
contrast 1.88:1
Card sample
#701f00 text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701f00;
Background color
Panel with #701f00 background
background-color: #701f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 31, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 31, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701f00; background: linear-gradient(135deg, #701f00, #706A00);