#685021
a dark, vivid orange · warm · closest name: sienna
RGB
104, 80, 33
HSL
40°, 52%, 27%
CMYK
0, 23, 68, 59
Luminance
0.0879
Every format
| HEX | #685021 |
| RGB | rgb(104, 80, 33) |
| HSL | hsl(40, 52%, 27%) |
| CMYK | cmyk(0%, 23%, 68%, 59%) |
| LAB | lab(35.6 4.3 30.8) |
| LCH | lch(35.6 31.1 82.0) |
| OKLCH | oklch(0.446 0.071 81.8) |
Copy-ready code
/* CSS */
color: #685021;
background-color: #685021;
/* Tailwind (arbitrary) */
class="text-[#685021] bg-[#685021]"
/* SCSS */
$brand: #685021;
/* SwiftUI */
Color(red: 0.408, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#685021")Accessibility — WCAG contrast
Aa
#685021 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#685021 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow68.3%
Key (black)59.2%
Color previews
#685021 text on a black background
contrast 2.76:1
Card sample
#685021 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #685021;
Background color
Panel with #685021 background
background-color: #685021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #685021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #685021; background: linear-gradient(135deg, #685021, #516821);