#705721
a dark, vivid yellow · warm · closest name: sienna
RGB
112, 87, 33
HSL
41°, 55%, 28%
CMYK
0, 22, 71, 56
Luminance
0.1037
Every format
| HEX | #705721 |
| RGB | rgb(112, 87, 33) |
| HSL | hsl(41, 55%, 28%) |
| CMYK | cmyk(0%, 22%, 71%, 56%) |
| LAB | lab(38.5 4.0 34.3) |
| LCH | lch(38.5 34.5 83.4) |
| OKLCH | oklch(0.471 0.078 83.8) |
Copy-ready code
/* CSS */
color: #705721;
background-color: #705721;
/* Tailwind (arbitrary) */
class="text-[#705721] bg-[#705721]"
/* SCSS */
$brand: #705721;
/* SwiftUI */
Color(red: 0.439, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#705721")Accessibility — WCAG contrast
Aa
#705721 on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705721 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow70.5%
Key (black)56.1%
Color previews
#705721 text on a black background
contrast 3.07:1
Card sample
#705721 text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705721;
Background color
Panel with #705721 background
background-color: #705721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705721; background: linear-gradient(135deg, #705721, #547021);