#604521
a dark, vivid orange · warm · closest name: sienna
RGB
96, 69, 33
HSL
34°, 49%, 25%
CMYK
0, 28, 66, 62
Luminance
0.0685
Every format
| HEX | #604521 |
| RGB | rgb(96, 69, 33) |
| HSL | hsl(34, 49%, 25%) |
| CMYK | cmyk(0%, 28%, 66%, 62%) |
| LAB | lab(31.5 7.2 25.9) |
| LCH | lch(31.5 26.9 74.5) |
| OKLCH | oklch(0.412 0.063 72.3) |
Copy-ready code
/* CSS */
color: #604521;
background-color: #604521;
/* Tailwind (arbitrary) */
class="text-[#604521] bg-[#604521]"
/* SCSS */
$brand: #604521;
/* SwiftUI */
Color(red: 0.376, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#604521")Accessibility — WCAG contrast
Aa
#604521 on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#604521 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow65.6%
Key (black)62.4%
Color previews
#604521 text on a black background
contrast 2.37:1
Card sample
#604521 text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604521;
Background color
Panel with #604521 background
background-color: #604521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604521; background: linear-gradient(135deg, #604521, #516021);