#673521
a dark, vivid orange · warm · closest name: sienna
RGB
103, 53, 33
HSL
17°, 52%, 27%
CMYK
0, 49, 68, 60
Luminance
0.0554
Every format
| HEX | #673521 |
| RGB | rgb(103, 53, 33) |
| HSL | hsl(17, 52%, 27%) |
| CMYK | cmyk(0%, 49%, 68%, 60%) |
| LAB | lab(28.2 20.4 22.3) |
| LCH | lch(28.2 30.2 47.6) |
| OKLCH | oklch(0.389 0.078 42.0) |
Copy-ready code
/* CSS */
color: #673521;
background-color: #673521;
/* Tailwind (arbitrary) */
class="text-[#673521] bg-[#673521]"
/* SCSS */
$brand: #673521;
/* SwiftUI */
Color(red: 0.404, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#673521")Accessibility — WCAG contrast
Aa
#673521 on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673521 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow68.0%
Key (black)59.6%
Color previews
#673521 text on a black background
contrast 2.11:1
Card sample
#673521 text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673521;
Background color
Panel with #673521 background
background-color: #673521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673521; background: linear-gradient(135deg, #673521, #676421);