#9eb99f
a light, soft green · cool · closest name: silver
RGB
158, 185, 159
HSL
122°, 16%, 67%
CMYK
15, 0, 14, 28
Luminance
0.4447
Every format
| HEX | #9eb99f |
| RGB | rgb(158, 185, 159) |
| HSL | hsl(122, 16%, 67%) |
| CMYK | cmyk(15%, 0%, 14%, 28%) |
| LAB | lab(72.5 -14.3 10.2) |
| LCH | lch(72.5 17.5 144.5) |
| OKLCH | oklch(0.758 0.047 146.1) |
Copy-ready code
/* CSS */
color: #9eb99f;
background-color: #9eb99f;
/* Tailwind (arbitrary) */
class="text-[#9eb99f] bg-[#9eb99f]"
/* SCSS */
$brand: #9eb99f;
/* SwiftUI */
Color(red: 0.620, green: 0.725, blue: 0.624)
/* Android */
Color.parseColor("#9eb99f")Accessibility — WCAG contrast
Aa
#9eb99f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb99f on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.5%
Blue62.4%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow14.1%
Key (black)27.5%
Color previews
#9eb99f text on a black background
contrast 9.89:1
Card sample
#9eb99f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb99f;
Background color
Panel with #9eb99f background
background-color: #9eb99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 185, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 185, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb99f; background: linear-gradient(135deg, #9eb99f, #9EB9B1);