#705021
a dark, vivid orange · warm · closest name: sienna
RGB
112, 80, 33
HSL
36°, 55%, 28%
CMYK
0, 29, 71, 56
Luminance
0.0929
Every format
| HEX | #705021 |
| RGB | rgb(112, 80, 33) |
| HSL | hsl(36, 55%, 28%) |
| CMYK | cmyk(0%, 29%, 71%, 56%) |
| LAB | lab(36.5 8.2 32.2) |
| LCH | lch(36.5 33.2 75.7) |
| OKLCH | oklch(0.456 0.076 74.1) |
Copy-ready code
/* CSS */
color: #705021;
background-color: #705021;
/* Tailwind (arbitrary) */
class="text-[#705021] bg-[#705021]"
/* SCSS */
$brand: #705021;
/* SwiftUI */
Color(red: 0.439, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#705021")Accessibility — WCAG contrast
Aa
#705021 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#705021 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow70.5%
Key (black)56.1%
Color previews
#705021 text on a black background
contrast 2.86:1
Card sample
#705021 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705021;
Background color
Panel with #705021 background
background-color: #705021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705021; background: linear-gradient(135deg, #705021, #5B7021);