#9eb686
a balanced, soft green · cool · closest name: tan
RGB
158, 182, 134
HSL
90°, 25%, 62%
CMYK
13, 0, 26, 29
Luminance
0.4245
Every format
| HEX | #9eb686 |
| RGB | rgb(158, 182, 134) |
| HSL | hsl(90, 25%, 62%) |
| CMYK | cmyk(13%, 0%, 26%, 29%) |
| LAB | lab(71.2 -16.9 21.8) |
| LCH | lch(71.2 27.6 127.9) |
| OKLCH | oklch(0.746 0.072 129.6) |
Copy-ready code
/* CSS */
color: #9eb686;
background-color: #9eb686;
/* Tailwind (arbitrary) */
class="text-[#9eb686] bg-[#9eb686]"
/* SCSS */
$brand: #9eb686;
/* SwiftUI */
Color(red: 0.620, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#9eb686")Accessibility — WCAG contrast
Aa
#9eb686 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb686 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.4%
Blue52.5%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#9eb686 text on a black background
contrast 9.49:1
Card sample
#9eb686 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb686;
Background color
Panel with #9eb686 background
background-color: #9eb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb686; background: linear-gradient(135deg, #9eb686, #86B68E);