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