#673821
a dark, vivid orange · warm · closest name: sienna
RGB
103, 56, 33
HSL
20°, 52%, 27%
CMYK
0, 46, 68, 60
Luminance
0.0582
Every format
| HEX | #673821 |
| RGB | rgb(103, 56, 33) |
| HSL | hsl(20, 52%, 27%) |
| CMYK | cmyk(0%, 46%, 68%, 60%) |
| LAB | lab(29.0 18.6 23.2) |
| LCH | lch(29.0 29.7 51.3) |
| OKLCH | oklch(0.395 0.076 45.9) |
Copy-ready code
/* CSS */
color: #673821;
background-color: #673821;
/* Tailwind (arbitrary) */
class="text-[#673821] bg-[#673821]"
/* SCSS */
$brand: #673821;
/* SwiftUI */
Color(red: 0.404, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#673821")Accessibility — WCAG contrast
Aa
#673821 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673821 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow68.0%
Key (black)59.6%
Color previews
#673821 text on a black background
contrast 2.16:1
Card sample
#673821 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673821;
Background color
Panel with #673821 background
background-color: #673821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673821; background: linear-gradient(135deg, #673821, #676721);