#705331
a dark, soft orange · warm · closest name: sienna
RGB
112, 83, 49
HSL
32°, 39%, 32%
CMYK
0, 26, 56, 56
Luminance
0.0985
Every format
| HEX | #705331 |
| RGB | rgb(112, 83, 49) |
| HSL | hsl(32, 39%, 32%) |
| CMYK | cmyk(0%, 26%, 56%, 56%) |
| LAB | lab(37.6 7.7 24.5) |
| LCH | lch(37.6 25.6 72.6) |
| OKLCH | oklch(0.465 0.063 69.7) |
Copy-ready code
/* CSS */
color: #705331;
background-color: #705331;
/* Tailwind (arbitrary) */
class="text-[#705331] bg-[#705331]"
/* SCSS */
$brand: #705331;
/* SwiftUI */
Color(red: 0.439, green: 0.325, blue: 0.192)
/* Android */
Color.parseColor("#705331")Accessibility — WCAG contrast
Aa
#705331 on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#705331 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green32.5%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow56.3%
Key (black)56.1%
Color previews
#705331 text on a black background
contrast 2.97:1
Card sample
#705331 text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705331;
Background color
Panel with #705331 background
background-color: #705331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 83, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 83, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705331; background: linear-gradient(135deg, #705331, #637031);