#9da593
a balanced, muted green · cool · closest name: silver
RGB
157, 165, 147
HSL
87°, 9%, 61%
CMYK
5, 0, 11, 35
Luminance
0.3618
Every format
| HEX | #9da593 |
| RGB | rgb(157, 165, 147) |
| HSL | hsl(87, 9%, 61%) |
| CMYK | cmyk(5%, 0%, 11%, 35%) |
| LAB | lab(66.7 -6.2 8.4) |
| LCH | lch(66.7 10.4 126.6) |
| OKLCH | oklch(0.710 0.027 126.7) |
Copy-ready code
/* CSS */
color: #9da593;
background-color: #9da593;
/* Tailwind (arbitrary) */
class="text-[#9da593] bg-[#9da593]"
/* SCSS */
$brand: #9da593;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.576)
/* Android */
Color.parseColor("#9da593")Accessibility — WCAG contrast
Aa
#9da593 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da593 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue57.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow10.9%
Key (black)35.3%
Color previews
#9da593 text on a black background
contrast 8.24:1
Card sample
#9da593 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da593;
Background color
Panel with #9da593 background
background-color: #9da593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da593; background: linear-gradient(135deg, #9da593, #93A595);