#656721
a dark, vivid yellow · cool · closest name: olive
RGB
101, 103, 33
HSL
62°, 52%, 27%
CMYK
2, 0, 68, 60
Luminance
0.1258
Every format
| HEX | #656721 |
| RGB | rgb(101, 103, 33) |
| HSL | hsl(62, 52%, 27%) |
| CMYK | cmyk(2%, 0%, 68%, 60%) |
| LAB | lab(42.1 -10.7 37.8) |
| LCH | lch(42.1 39.2 105.8) |
| OKLCH | oklch(0.497 0.091 110.9) |
Copy-ready code
/* CSS */
color: #656721;
background-color: #656721;
/* Tailwind (arbitrary) */
class="text-[#656721] bg-[#656721]"
/* SCSS */
$brand: #656721;
/* SwiftUI */
Color(red: 0.396, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#656721")Accessibility — WCAG contrast
Aa
#656721 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656721 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green40.4%
Blue12.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#656721 text on a black background
contrast 3.52:1
Card sample
#656721 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656721;
Background color
Panel with #656721 background
background-color: #656721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656721; background: linear-gradient(135deg, #656721, #366721);