#606521
a dark, vivid yellow · cool · closest name: olive
RGB
96, 101, 33
HSL
64°, 51%, 26%
CMYK
5, 0, 67, 60
Luminance
0.1190
Every format
| HEX | #606521 |
| RGB | rgb(96, 101, 33) |
| HSL | hsl(64, 51%, 26%) |
| CMYK | cmyk(5%, 0%, 67%, 60%) |
| LAB | lab(41.1 -11.9 36.5) |
| LCH | lch(41.1 38.4 108.0) |
| OKLCH | oklch(0.488 0.090 113.3) |
Copy-ready code
/* CSS */
color: #606521;
background-color: #606521;
/* Tailwind (arbitrary) */
class="text-[#606521] bg-[#606521]"
/* SCSS */
$brand: #606521;
/* SwiftUI */
Color(red: 0.376, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#606521")Accessibility — WCAG contrast
Aa
#606521 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#606521 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green39.6%
Blue12.9%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#606521 text on a black background
contrast 3.38:1
Card sample
#606521 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606521;
Background color
Panel with #606521 background
background-color: #606521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606521; background: linear-gradient(135deg, #606521, #336521);