#9eb45f
a balanced, soft green · cool · closest name: olivedrab
RGB
158, 180, 95
HSL
76°, 36%, 54%
CMYK
12, 0, 47, 29
Luminance
0.4074
Every format
| HEX | #9eb45f |
| RGB | rgb(158, 180, 95) |
| HSL | hsl(76, 36%, 54%) |
| CMYK | cmyk(12%, 0%, 47%, 29%) |
| LAB | lab(70.0 -21.1 40.6) |
| LCH | lch(70.0 45.8 117.4) |
| OKLCH | oklch(0.734 0.114 121.2) |
Copy-ready code
/* CSS */
color: #9eb45f;
background-color: #9eb45f;
/* Tailwind (arbitrary) */
class="text-[#9eb45f] bg-[#9eb45f]"
/* SCSS */
$brand: #9eb45f;
/* SwiftUI */
Color(red: 0.620, green: 0.706, blue: 0.373)
/* Android */
Color.parseColor("#9eb45f")Accessibility — WCAG contrast
Aa
#9eb45f on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb45f on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green70.6%
Blue37.3%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow47.2%
Key (black)29.4%
Color previews
#9eb45f text on a black background
contrast 9.15:1
Card sample
#9eb45f text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb45f;
Background color
Panel with #9eb45f background
background-color: #9eb45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 180, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 180, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb45f; background: linear-gradient(135deg, #9eb45f, #65B45F);