#656621
a dark, vivid yellow · cool · closest name: olive
RGB
101, 102, 33
HSL
61°, 51%, 27%
CMYK
1, 0, 68, 60
Luminance
0.1238
Every format
| HEX | #656621 |
| RGB | rgb(101, 102, 33) |
| HSL | hsl(61, 51%, 27%) |
| CMYK | cmyk(1%, 0%, 68%, 60%) |
| LAB | lab(41.8 -10.1 37.4) |
| LCH | lch(41.8 38.8 105.1) |
| OKLCH | oklch(0.495 0.090 110.1) |
Copy-ready code
/* CSS */
color: #656621;
background-color: #656621;
/* Tailwind (arbitrary) */
class="text-[#656621] bg-[#656621]"
/* SCSS */
$brand: #656621;
/* SwiftUI */
Color(red: 0.396, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#656621")Accessibility — WCAG contrast
Aa
#656621 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656621 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green40.0%
Blue12.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#656621 text on a black background
contrast 3.48:1
Card sample
#656621 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656621;
Background color
Panel with #656621 background
background-color: #656621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656621; background: linear-gradient(135deg, #656621, #376621);