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