#704321
a dark, vivid orange · warm · closest name: sienna
RGB
112, 67, 33
HSL
26°, 55%, 28%
CMYK
0, 40, 71, 56
Luminance
0.0757
Every format
| HEX | #704321 |
| RGB | rgb(112, 67, 33) |
| HSL | hsl(26, 55%, 28%) |
| CMYK | cmyk(0%, 40%, 71%, 56%) |
| LAB | lab(33.1 16.1 28.3) |
| LCH | lch(33.1 32.6 60.4) |
| OKLCH | oklch(0.429 0.079 55.7) |
Copy-ready code
/* CSS */
color: #704321;
background-color: #704321;
/* Tailwind (arbitrary) */
class="text-[#704321] bg-[#704321]"
/* SCSS */
$brand: #704321;
/* SwiftUI */
Color(red: 0.439, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#704321")Accessibility — WCAG contrast
Aa
#704321 on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#704321 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow70.5%
Key (black)56.1%
Color previews
#704321 text on a black background
contrast 2.51:1
Card sample
#704321 text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #704321;
Background color
Panel with #704321 background
background-color: #704321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #704321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #704321; background: linear-gradient(135deg, #704321, #687021);