#705f39
a dark, soft yellow · warm · closest name: gray
RGB
112, 95, 57
HSL
42°, 33%, 33%
CMYK
0, 15, 49, 56
Luminance
0.1192
Every format
| HEX | #705f39 |
| RGB | rgb(112, 95, 57) |
| HSL | hsl(42, 33%, 33%) |
| CMYK | cmyk(0%, 15%, 49%, 56%) |
| LAB | lab(41.1 1.3 24.2) |
| LCH | lch(41.1 24.3 87.0) |
| OKLCH | oklch(0.493 0.059 86.2) |
Copy-ready code
/* CSS */
color: #705f39;
background-color: #705f39;
/* Tailwind (arbitrary) */
class="text-[#705f39] bg-[#705f39]"
/* SCSS */
$brand: #705f39;
/* SwiftUI */
Color(red: 0.439, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#705f39")Accessibility — WCAG contrast
Aa
#705f39 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705f39 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow49.1%
Key (black)56.1%
Color previews
#705f39 text on a black background
contrast 3.38:1
Card sample
#705f39 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705f39;
Background color
Panel with #705f39 background
background-color: #705f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705f39; background: linear-gradient(135deg, #705f39, #5C7039);