#989656
a balanced, soft yellow · cool · closest name: tan
RGB
152, 150, 86
HSL
58°, 28%, 47%
CMYK
0, 1, 43, 40
Luminance
0.2916
Every format
| HEX | #989656 |
| RGB | rgb(152, 150, 86) |
| HSL | hsl(58, 28%, 47%) |
| CMYK | cmyk(0%, 1%, 43%, 40%) |
| LAB | lab(60.9 -8.9 33.9) |
| LCH | lch(60.9 35.1 104.7) |
| OKLCH | oklch(0.660 0.086 107.0) |
Copy-ready code
/* CSS */
color: #989656;
background-color: #989656;
/* Tailwind (arbitrary) */
class="text-[#989656] bg-[#989656]"
/* SCSS */
$brand: #989656;
/* SwiftUI */
Color(red: 0.596, green: 0.588, blue: 0.337)
/* Android */
Color.parseColor("#989656")Accessibility — WCAG contrast
Aa
#989656 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#989656 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green58.8%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow43.4%
Key (black)40.4%
Color previews
#989656 text on a black background
contrast 6.83:1
Card sample
#989656 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #989656;
Background color
Panel with #989656 background
background-color: #989656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #989656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 150, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 150, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #989656; background: linear-gradient(135deg, #989656, #6E9856);