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