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