#606421
a dark, vivid yellow · cool · closest name: olive
RGB
96, 100, 33
HSL
64°, 50%, 26%
CMYK
4, 0, 67, 61
Luminance
0.1171
Every format
| HEX | #606421 |
| RGB | rgb(96, 100, 33) |
| HSL | hsl(64, 50%, 26%) |
| CMYK | cmyk(4%, 0%, 67%, 61%) |
| LAB | lab(40.8 -11.3 36.2) |
| LCH | lch(40.8 37.9 107.4) |
| OKLCH | oklch(0.485 0.089 112.5) |
Copy-ready code
/* CSS */
color: #606421;
background-color: #606421;
/* Tailwind (arbitrary) */
class="text-[#606421] bg-[#606421]"
/* SCSS */
$brand: #606421;
/* SwiftUI */
Color(red: 0.376, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#606421")Accessibility — WCAG contrast
Aa
#606421 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#606421 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green39.2%
Blue12.9%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#606421 text on a black background
contrast 3.34:1
Card sample
#606421 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606421;
Background color
Panel with #606421 background
background-color: #606421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606421; background: linear-gradient(135deg, #606421, #336421);