#605b21
a dark, vivid yellow · cool · closest name: olive
RGB
96, 91, 33
HSL
55°, 49%, 25%
CMYK
0, 5, 66, 62
Luminance
0.1008
Every format
| HEX | #605b21 |
| RGB | rgb(96, 91, 33) |
| HSL | hsl(55, 49%, 25%) |
| CMYK | cmyk(0%, 5%, 66%, 62%) |
| LAB | lab(38.0 -6.2 33.2) |
| LCH | lch(38.0 33.8 100.5) |
| OKLCH | oklch(0.463 0.078 104.4) |
Copy-ready code
/* CSS */
color: #605b21;
background-color: #605b21;
/* Tailwind (arbitrary) */
class="text-[#605b21] bg-[#605b21]"
/* SCSS */
$brand: #605b21;
/* SwiftUI */
Color(red: 0.376, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#605b21")Accessibility — WCAG contrast
Aa
#605b21 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#605b21 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow65.6%
Key (black)62.4%
Color previews
#605b21 text on a black background
contrast 3.02:1
Card sample
#605b21 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605b21;
Background color
Panel with #605b21 background
background-color: #605b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605b21; background: linear-gradient(135deg, #605b21, #3B6021);