#606321
a dark, vivid yellow · cool · closest name: olive
RGB
96, 99, 33
HSL
63°, 50%, 26%
CMYK
3, 0, 67, 61
Luminance
0.1152
Every format
| HEX | #606321 |
| RGB | rgb(96, 99, 33) |
| HSL | hsl(63, 50%, 26%) |
| CMYK | cmyk(3%, 0%, 67%, 61%) |
| LAB | lab(40.4 -10.8 35.9) |
| LCH | lch(40.4 37.4 106.7) |
| OKLCH | oklch(0.483 0.088 111.7) |
Copy-ready code
/* CSS */
color: #606321;
background-color: #606321;
/* Tailwind (arbitrary) */
class="text-[#606321] bg-[#606321]"
/* SCSS */
$brand: #606321;
/* SwiftUI */
Color(red: 0.376, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#606321")Accessibility — WCAG contrast
Aa
#606321 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#606321 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green38.8%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#606321 text on a black background
contrast 3.30:1
Card sample
#606321 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606321;
Background color
Panel with #606321 background
background-color: #606321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606321; background: linear-gradient(135deg, #606321, #346321);