#701c00
a deep, electric orange · warm · closest name: maroon
RGB
112, 28, 0
HSL
15°, 100%, 22%
CMYK
0, 75, 100, 56
Luminance
0.0428
Every format
| HEX | #701c00 |
| RGB | rgb(112, 28, 0) |
| HSL | hsl(15, 100%, 22%) |
| CMYK | cmyk(0%, 75%, 100%, 56%) |
| LAB | lab(24.6 35.7 35.9) |
| LCH | lch(24.6 50.6 45.1) |
| OKLCH | oklch(0.363 0.122 36.7) |
Copy-ready code
/* CSS */
color: #701c00;
background-color: #701c00;
/* Tailwind (arbitrary) */
class="text-[#701c00] bg-[#701c00]"
/* SCSS */
$brand: #701c00;
/* SwiftUI */
Color(red: 0.439, green: 0.110, blue: 0.000)
/* Android */
Color.parseColor("#701c00")Accessibility — WCAG contrast
Aa
#701c00 on white: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701c00 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green11.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow100.0%
Key (black)56.1%
Color previews
#701c00 text on a black background
contrast 1.86:1
Card sample
#701c00 text on a white background
contrast 11.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701c00;
Background color
Panel with #701c00 background
background-color: #701c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 28, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 28, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701c00; background: linear-gradient(135deg, #701c00, #706700);