#704621
a dark, vivid orange · warm · closest name: sienna
RGB
112, 70, 33
HSL
28°, 55%, 28%
CMYK
0, 38, 71, 56
Luminance
0.0793
Every format
| HEX | #704621 |
| RGB | rgb(112, 70, 33) |
| HSL | hsl(28, 55%, 28%) |
| CMYK | cmyk(0%, 38%, 71%, 56%) |
| LAB | lab(33.9 14.3 29.2) |
| LCH | lch(33.9 32.5 63.9) |
| OKLCH | oklch(0.435 0.077 59.9) |
Copy-ready code
/* CSS */
color: #704621;
background-color: #704621;
/* Tailwind (arbitrary) */
class="text-[#704621] bg-[#704621]"
/* SCSS */
$brand: #704621;
/* SwiftUI */
Color(red: 0.439, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#704621")Accessibility — WCAG contrast
Aa
#704621 on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#704621 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow70.5%
Key (black)56.1%
Color previews
#704621 text on a black background
contrast 2.59:1
Card sample
#704621 text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #704621;
Background color
Panel with #704621 background
background-color: #704621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #704621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #704621; background: linear-gradient(135deg, #704621, #657021);