#673c01
a deep, electric orange · warm · closest name: sienna
RGB
103, 60, 1
HSL
35°, 98%, 20%
CMYK
0, 42, 99, 60
Luminance
0.0612
Every format
| HEX | #673c01 |
| RGB | rgb(103, 60, 1) |
| HSL | hsl(35, 98%, 20%) |
| CMYK | cmyk(0%, 42%, 99%, 60%) |
| LAB | lab(29.7 14.7 39.4) |
| LCH | lch(29.7 42.0 69.5) |
| OKLCH | oklch(0.399 0.088 65.9) |
Copy-ready code
/* CSS */
color: #673c01;
background-color: #673c01;
/* Tailwind (arbitrary) */
class="text-[#673c01] bg-[#673c01]"
/* SCSS */
$brand: #673c01;
/* SwiftUI */
Color(red: 0.404, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#673c01")Accessibility — WCAG contrast
Aa
#673c01 on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673c01 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green23.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow99.0%
Key (black)59.6%
Color previews
#673c01 text on a black background
contrast 2.22:1
Card sample
#673c01 text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673c01;
Background color
Panel with #673c01 background
background-color: #673c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673c01; background: linear-gradient(135deg, #673c01, #4E6701);