#9da290
a balanced, muted green · cool · closest name: silver
RGB
157, 162, 144
HSL
77°, 9%, 60%
CMYK
3, 0, 11, 37
Luminance
0.3502
Every format
| HEX | #9da290 |
| RGB | rgb(157, 162, 144) |
| HSL | hsl(77, 9%, 60%) |
| CMYK | cmyk(3%, 0%, 11%, 37%) |
| LAB | lab(65.8 -5.1 8.8) |
| LCH | lch(65.8 10.1 120.3) |
| OKLCH | oklch(0.703 0.026 119.7) |
Copy-ready code
/* CSS */
color: #9da290;
background-color: #9da290;
/* Tailwind (arbitrary) */
class="text-[#9da290] bg-[#9da290]"
/* SCSS */
$brand: #9da290;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.565)
/* Android */
Color.parseColor("#9da290")Accessibility — WCAG contrast
Aa
#9da290 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da290 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue56.5%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow11.1%
Key (black)36.5%
Color previews
#9da290 text on a black background
contrast 8.00:1
Card sample
#9da290 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da290;
Background color
Panel with #9da290 background
background-color: #9da290;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da290;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da290; background: linear-gradient(135deg, #9da290, #91A290);