#604921
a dark, vivid orange · warm · closest name: sienna
RGB
96, 73, 33
HSL
38°, 49%, 25%
CMYK
0, 24, 66, 62
Luminance
0.0736
Every format
| HEX | #604921 |
| RGB | rgb(96, 73, 33) |
| HSL | hsl(38, 49%, 25%) |
| CMYK | cmyk(0%, 24%, 66%, 62%) |
| LAB | lab(32.6 4.7 27.2) |
| LCH | lch(32.6 27.6 80.2) |
| OKLCH | oklch(0.421 0.064 79.3) |
Copy-ready code
/* CSS */
color: #604921;
background-color: #604921;
/* Tailwind (arbitrary) */
class="text-[#604921] bg-[#604921]"
/* SCSS */
$brand: #604921;
/* SwiftUI */
Color(red: 0.376, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#604921")Accessibility — WCAG contrast
Aa
#604921 on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#604921 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow65.6%
Key (black)62.4%
Color previews
#604921 text on a black background
contrast 2.47:1
Card sample
#604921 text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604921;
Background color
Panel with #604921 background
background-color: #604921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604921; background: linear-gradient(135deg, #604921, #4D6021);