#9da082
a balanced, muted yellow · cool · closest name: tan
RGB
157, 160, 130
HSL
66°, 14%, 57%
CMYK
2, 0, 19, 37
Luminance
0.3392
Every format
| HEX | #9da082 |
| RGB | rgb(157, 160, 130) |
| HSL | hsl(66, 14%, 57%) |
| CMYK | cmyk(2%, 0%, 19%, 37%) |
| LAB | lab(64.9 -6.4 15.3) |
| LCH | lch(64.9 16.6 112.6) |
| OKLCH | oklch(0.695 0.042 112.1) |
Copy-ready code
/* CSS */
color: #9da082;
background-color: #9da082;
/* Tailwind (arbitrary) */
class="text-[#9da082] bg-[#9da082]"
/* SCSS */
$brand: #9da082;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.510)
/* Android */
Color.parseColor("#9da082")Accessibility — WCAG contrast
Aa
#9da082 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da082 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue51.0%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow18.8%
Key (black)37.3%
Color previews
#9da082 text on a black background
contrast 7.78:1
Card sample
#9da082 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da082;
Background color
Panel with #9da082 background
background-color: #9da082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da082; background: linear-gradient(135deg, #9da082, #89A082);