#9da286
a balanced, muted green · cool · closest name: tan
RGB
157, 162, 134
HSL
71°, 13%, 58%
CMYK
3, 0, 17, 37
Luminance
0.3473
Every format
| HEX | #9da286 |
| RGB | rgb(157, 162, 134) |
| HSL | hsl(71, 13%, 58%) |
| CMYK | cmyk(3%, 0%, 17%, 37%) |
| LAB | lab(65.5 -6.8 14.0) |
| LCH | lch(65.5 15.6 116.0) |
| OKLCH | oklch(0.701 0.040 115.7) |
Copy-ready code
/* CSS */
color: #9da286;
background-color: #9da286;
/* Tailwind (arbitrary) */
class="text-[#9da286] bg-[#9da286]"
/* SCSS */
$brand: #9da286;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.525)
/* Android */
Color.parseColor("#9da286")Accessibility — WCAG contrast
Aa
#9da286 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da286 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue52.5%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow17.3%
Key (black)36.5%
Color previews
#9da286 text on a black background
contrast 7.95:1
Card sample
#9da286 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da286;
Background color
Panel with #9da286 background
background-color: #9da286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da286; background: linear-gradient(135deg, #9da286, #8AA286);