#9da499
a balanced, muted gray · cool · closest name: silver
RGB
157, 164, 153
HSL
98°, 6%, 62%
CMYK
4, 0, 7, 36
Luminance
0.3602
Every format
| HEX | #9da499 |
| RGB | rgb(157, 164, 153) |
| HSL | hsl(98, 6%, 62%) |
| CMYK | cmyk(4%, 0%, 7%, 36%) |
| LAB | lab(66.5 -4.6 4.8) |
| LCH | lch(66.5 6.7 133.4) |
| OKLCH | oklch(0.710 0.018 133.9) |
Copy-ready code
/* CSS */
color: #9da499;
background-color: #9da499;
/* Tailwind (arbitrary) */
class="text-[#9da499] bg-[#9da499]"
/* SCSS */
$brand: #9da499;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.600)
/* Android */
Color.parseColor("#9da499")Accessibility — WCAG contrast
Aa
#9da499 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da499 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue60.0%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow6.7%
Key (black)35.7%
Color previews
#9da499 text on a black background
contrast 8.20:1
Card sample
#9da499 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da499;
Background color
Panel with #9da499 background
background-color: #9da499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da499; background: linear-gradient(135deg, #9da499, #99A49C);