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