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