#605c21
a dark, vivid yellow · cool · closest name: olive
RGB
96, 92, 33
HSL
56°, 49%, 25%
CMYK
0, 4, 66, 62
Luminance
0.1025
Every format
| HEX | #605c21 |
| RGB | rgb(96, 92, 33) |
| HSL | hsl(56, 49%, 25%) |
| CMYK | cmyk(0%, 4%, 66%, 62%) |
| LAB | lab(38.3 -6.7 33.5) |
| LCH | lch(38.3 34.2 101.4) |
| OKLCH | oklch(0.466 0.080 105.4) |
Copy-ready code
/* CSS */
color: #605c21;
background-color: #605c21;
/* Tailwind (arbitrary) */
class="text-[#605c21] bg-[#605c21]"
/* SCSS */
$brand: #605c21;
/* SwiftUI */
Color(red: 0.376, green: 0.361, blue: 0.129)
/* Android */
Color.parseColor("#605c21")Accessibility — WCAG contrast
Aa
#605c21 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#605c21 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green36.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow65.6%
Key (black)62.4%
Color previews
#605c21 text on a black background
contrast 3.05:1
Card sample
#605c21 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605c21;
Background color
Panel with #605c21 background
background-color: #605c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 92, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 92, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605c21; background: linear-gradient(135deg, #605c21, #3A6021);