#605021
a dark, vivid yellow · warm · closest name: sienna
RGB
96, 80, 33
HSL
45°, 49%, 25%
CMYK
0, 17, 66, 62
Luminance
0.0833
Every format
| HEX | #605021 |
| RGB | rgb(96, 80, 33) |
| HSL | hsl(45, 49%, 25%) |
| CMYK | cmyk(0%, 17%, 66%, 62%) |
| LAB | lab(34.7 0.4 29.6) |
| LCH | lch(34.7 29.6 89.2) |
| OKLCH | oklch(0.437 0.068 90.5) |
Copy-ready code
/* CSS */
color: #605021;
background-color: #605021;
/* Tailwind (arbitrary) */
class="text-[#605021] bg-[#605021]"
/* SCSS */
$brand: #605021;
/* SwiftUI */
Color(red: 0.376, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#605021")Accessibility — WCAG contrast
Aa
#605021 on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#605021 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow65.6%
Key (black)62.4%
Color previews
#605021 text on a black background
contrast 2.67:1
Card sample
#605021 text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605021;
Background color
Panel with #605021 background
background-color: #605021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605021; background: linear-gradient(135deg, #605021, #466021);