#673621
a dark, vivid orange · warm · closest name: sienna
RGB
103, 54, 33
HSL
18°, 52%, 27%
CMYK
0, 48, 68, 60
Luminance
0.0563
Every format
| HEX | #673621 |
| RGB | rgb(103, 54, 33) |
| HSL | hsl(18, 52%, 27%) |
| CMYK | cmyk(0%, 48%, 68%, 60%) |
| LAB | lab(28.5 19.8 22.6) |
| LCH | lch(28.5 30.1 48.8) |
| OKLCH | oklch(0.391 0.077 43.2) |
Copy-ready code
/* CSS */
color: #673621;
background-color: #673621;
/* Tailwind (arbitrary) */
class="text-[#673621] bg-[#673621]"
/* SCSS */
$brand: #673621;
/* SwiftUI */
Color(red: 0.404, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#673621")Accessibility — WCAG contrast
Aa
#673621 on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673621 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow68.0%
Key (black)59.6%
Color previews
#673621 text on a black background
contrast 2.13:1
Card sample
#673621 text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673621;
Background color
Panel with #673621 background
background-color: #673621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673621; background: linear-gradient(135deg, #673621, #676521);