#616921
a dark, vivid yellow · cool · closest name: olive
RGB
97, 105, 33
HSL
67°, 52%, 27%
CMYK
8, 0, 69, 59
Luminance
0.1275
Every format
| HEX | #616921 |
| RGB | rgb(97, 105, 33) |
| HSL | hsl(67, 52%, 27%) |
| CMYK | cmyk(8%, 0%, 69%, 59%) |
| LAB | lab(42.4 -13.6 37.9) |
| LCH | lch(42.4 40.3 109.8) |
| OKLCH | oklch(0.499 0.095 115.3) |
Copy-ready code
/* CSS */
color: #616921;
background-color: #616921;
/* Tailwind (arbitrary) */
class="text-[#616921] bg-[#616921]"
/* SCSS */
$brand: #616921;
/* SwiftUI */
Color(red: 0.380, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#616921")Accessibility — WCAG contrast
Aa
#616921 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616921 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green41.2%
Blue12.9%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow68.6%
Key (black)58.8%
Color previews
#616921 text on a black background
contrast 3.55:1
Card sample
#616921 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616921;
Background color
Panel with #616921 background
background-color: #616921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616921; background: linear-gradient(135deg, #616921, #316921);