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