#656f2b
a dark, soft yellow · cool · closest name: olivedrab
RGB
101, 111, 43
HSL
69°, 44%, 30%
CMYK
9, 0, 61, 57
Luminance
0.1431
Every format
| HEX | #656f2b |
| RGB | rgb(101, 111, 43) |
| HSL | hsl(69, 44%, 30%) |
| CMYK | cmyk(9%, 0%, 61%, 57%) |
| LAB | lab(44.7 -14.3 35.8) |
| LCH | lch(44.7 38.5 111.8) |
| OKLCH | oklch(0.518 0.093 116.8) |
Copy-ready code
/* CSS */
color: #656f2b;
background-color: #656f2b;
/* Tailwind (arbitrary) */
class="text-[#656f2b] bg-[#656f2b]"
/* SCSS */
$brand: #656f2b;
/* SwiftUI */
Color(red: 0.396, green: 0.435, blue: 0.169)
/* Android */
Color.parseColor("#656f2b")Accessibility — WCAG contrast
Aa
#656f2b on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656f2b on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.5%
Blue16.9%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow61.3%
Key (black)56.5%
Color previews
#656f2b text on a black background
contrast 3.86:1
Card sample
#656f2b text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656f2b;
Background color
Panel with #656f2b background
background-color: #656f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 111, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 111, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656f2b; background: linear-gradient(135deg, #656f2b, #386F2B);