#684721
a dark, vivid orange · warm · closest name: sienna
RGB
104, 71, 33
HSL
32°, 52%, 27%
CMYK
0, 32, 68, 59
Luminance
0.0756
Every format
| HEX | #684721 |
| RGB | rgb(104, 71, 33) |
| HSL | hsl(32, 52%, 27%) |
| CMYK | cmyk(0%, 32%, 68%, 59%) |
| LAB | lab(33.0 9.8 28.0) |
| LCH | lch(33.0 29.7 70.6) |
| OKLCH | oklch(0.426 0.070 67.8) |
Copy-ready code
/* CSS */
color: #684721;
background-color: #684721;
/* Tailwind (arbitrary) */
class="text-[#684721] bg-[#684721]"
/* SCSS */
$brand: #684721;
/* SwiftUI */
Color(red: 0.408, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#684721")Accessibility — WCAG contrast
Aa
#684721 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#684721 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow68.3%
Key (black)59.2%
Color previews
#684721 text on a black background
contrast 2.51:1
Card sample
#684721 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #684721;
Background color
Panel with #684721 background
background-color: #684721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #684721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #684721; background: linear-gradient(135deg, #684721, #5A6821);