#656d39
a dark, soft yellow · cool · closest name: olivedrab
RGB
101, 109, 57
HSL
69°, 31%, 33%
CMYK
7, 0, 48, 57
Luminance
0.1400
Every format
| HEX | #656d39 |
| RGB | rgb(101, 109, 57) |
| HSL | hsl(69, 31%, 33%) |
| CMYK | cmyk(7%, 0%, 48%, 57%) |
| LAB | lab(44.2 -11.8 27.9) |
| LCH | lch(44.2 30.3 112.9) |
| OKLCH | oklch(0.515 0.075 116.3) |
Copy-ready code
/* CSS */
color: #656d39;
background-color: #656d39;
/* Tailwind (arbitrary) */
class="text-[#656d39] bg-[#656d39]"
/* SCSS */
$brand: #656d39;
/* SwiftUI */
Color(red: 0.396, green: 0.427, blue: 0.224)
/* Android */
Color.parseColor("#656d39")Accessibility — WCAG contrast
Aa
#656d39 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656d39 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.7%
Blue22.4%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow47.7%
Key (black)57.3%
Color previews
#656d39 text on a black background
contrast 3.80:1
Card sample
#656d39 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656d39;
Background color
Panel with #656d39 background
background-color: #656d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 109, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 109, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656d39; background: linear-gradient(135deg, #656d39, #426D39);