#9da698
a balanced, muted gray · cool · closest name: silver
RGB
157, 166, 152
HSL
99°, 7%, 62%
CMYK
5, 0, 8, 35
Luminance
0.3671
Every format
| HEX | #9da698 |
| RGB | rgb(157, 166, 152) |
| HSL | hsl(99, 7%, 62%) |
| CMYK | cmyk(5%, 0%, 8%, 35%) |
| LAB | lab(67.1 -5.8 6.2) |
| LCH | lch(67.1 8.5 133.6) |
| OKLCH | oklch(0.714 0.022 134.1) |
Copy-ready code
/* CSS */
color: #9da698;
background-color: #9da698;
/* Tailwind (arbitrary) */
class="text-[#9da698] bg-[#9da698]"
/* SCSS */
$brand: #9da698;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.596)
/* Android */
Color.parseColor("#9da698")Accessibility — WCAG contrast
Aa
#9da698 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da698 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue59.6%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow8.4%
Key (black)34.9%
Color previews
#9da698 text on a black background
contrast 8.34:1
Card sample
#9da698 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da698;
Background color
Panel with #9da698 background
background-color: #9da698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da698; background: linear-gradient(135deg, #9da698, #98A69C);