#9eb751
a balanced, soft green · cool · closest name: olivedrab
RGB
158, 183, 81
HSL
75°, 42%, 52%
CMYK
14, 0, 56, 28
Luminance
0.4173
Every format
| HEX | #9eb751 |
| RGB | rgb(158, 183, 81) |
| HSL | hsl(75, 42%, 52%) |
| CMYK | cmyk(14%, 0%, 56%, 28%) |
| LAB | lab(70.7 -23.9 48.2) |
| LCH | lch(70.7 53.8 116.4) |
| OKLCH | oklch(0.739 0.132 121.2) |
Copy-ready code
/* CSS */
color: #9eb751;
background-color: #9eb751;
/* Tailwind (arbitrary) */
class="text-[#9eb751] bg-[#9eb751]"
/* SCSS */
$brand: #9eb751;
/* SwiftUI */
Color(red: 0.620, green: 0.718, blue: 0.318)
/* Android */
Color.parseColor("#9eb751")Accessibility — WCAG contrast
Aa
#9eb751 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb751 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.8%
Blue31.8%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow55.7%
Key (black)28.2%
Color previews
#9eb751 text on a black background
contrast 9.35:1
Card sample
#9eb751 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb751;
Background color
Panel with #9eb751 background
background-color: #9eb751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 183, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 183, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb751; background: linear-gradient(135deg, #9eb751, #5AB751);