#616021
a dark, vivid yellow · cool · closest name: olive
RGB
97, 96, 33
HSL
59°, 49%, 26%
CMYK
0, 1, 66, 62
Luminance
0.1102
Every format
| HEX | #616021 |
| RGB | rgb(97, 96, 33) |
| HSL | hsl(59, 49%, 26%) |
| CMYK | cmyk(0%, 1%, 66%, 62%) |
| LAB | lab(39.6 -8.6 35.0) |
| LCH | lch(39.6 36.0 103.8) |
| OKLCH | oklch(0.476 0.084 108.3) |
Copy-ready code
/* CSS */
color: #616021;
background-color: #616021;
/* Tailwind (arbitrary) */
class="text-[#616021] bg-[#616021]"
/* SCSS */
$brand: #616021;
/* SwiftUI */
Color(red: 0.380, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#616021")Accessibility — WCAG contrast
Aa
#616021 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616021 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow66.0%
Key (black)62.0%
Color previews
#616021 text on a black background
contrast 3.20:1
Card sample
#616021 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616021;
Background color
Panel with #616021 background
background-color: #616021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616021; background: linear-gradient(135deg, #616021, #376121);