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