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