#9da897
a balanced, muted green · cool · closest name: silver
RGB
157, 168, 151
HSL
99°, 9%, 63%
CMYK
7, 0, 10, 34
Luminance
0.3741
Every format
| HEX | #9da897 |
| RGB | rgb(157, 168, 151) |
| HSL | hsl(99, 9%, 63%) |
| CMYK | cmyk(7%, 0%, 10%, 34%) |
| LAB | lab(67.6 -7.1 7.5) |
| LCH | lch(67.6 10.3 133.6) |
| OKLCH | oklch(0.718 0.027 134.3) |
Copy-ready code
/* CSS */
color: #9da897;
background-color: #9da897;
/* Tailwind (arbitrary) */
class="text-[#9da897] bg-[#9da897]"
/* SCSS */
$brand: #9da897;
/* SwiftUI */
Color(red: 0.616, green: 0.659, blue: 0.592)
/* Android */
Color.parseColor("#9da897")Accessibility — WCAG contrast
Aa
#9da897 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da897 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.9%
Blue59.2%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow10.1%
Key (black)34.1%
Color previews
#9da897 text on a black background
contrast 8.48:1
Card sample
#9da897 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da897;
Background color
Panel with #9da897 background
background-color: #9da897;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da897;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 168, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 168, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da897; background: linear-gradient(135deg, #9da897, #97A89C);