#605721
a dark, vivid yellow · cool · closest name: olive
RGB
96, 87, 33
HSL
51°, 49%, 25%
CMYK
0, 9, 66, 62
Luminance
0.0941
Every format
| HEX | #605721 |
| RGB | rgb(96, 87, 33) |
| HSL | hsl(51, 49%, 25%) |
| CMYK | cmyk(0%, 9%, 66%, 62%) |
| LAB | lab(36.8 -3.8 31.9) |
| LCH | lch(36.8 32.1 96.8) |
| OKLCH | oklch(0.454 0.074 99.9) |
Copy-ready code
/* CSS */
color: #605721;
background-color: #605721;
/* Tailwind (arbitrary) */
class="text-[#605721] bg-[#605721]"
/* SCSS */
$brand: #605721;
/* SwiftUI */
Color(red: 0.376, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#605721")Accessibility — WCAG contrast
Aa
#605721 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#605721 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow65.6%
Key (black)62.4%
Color previews
#605721 text on a black background
contrast 2.88:1
Card sample
#605721 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605721;
Background color
Panel with #605721 background
background-color: #605721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605721; background: linear-gradient(135deg, #605721, #3F6021);