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