#9eb652
a balanced, soft green · cool · closest name: olivedrab
RGB
158, 182, 82
HSL
74°, 41%, 52%
CMYK
13, 0, 55, 29
Luminance
0.4133
Every format
| HEX | #9eb652 |
| RGB | rgb(158, 182, 82) |
| HSL | hsl(74, 41%, 52%) |
| CMYK | cmyk(13%, 0%, 55%, 29%) |
| LAB | lab(70.4 -23.4 47.4) |
| LCH | lch(70.4 52.9 116.2) |
| OKLCH | oklch(0.737 0.130 120.9) |
Copy-ready code
/* CSS */
color: #9eb652;
background-color: #9eb652;
/* Tailwind (arbitrary) */
class="text-[#9eb652] bg-[#9eb652]"
/* SCSS */
$brand: #9eb652;
/* SwiftUI */
Color(red: 0.620, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#9eb652")Accessibility — WCAG contrast
Aa
#9eb652 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb652 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.4%
Blue32.2%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow54.9%
Key (black)28.6%
Color previews
#9eb652 text on a black background
contrast 9.27:1
Card sample
#9eb652 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb652;
Background color
Panel with #9eb652 background
background-color: #9eb652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb652; background: linear-gradient(135deg, #9eb652, #5BB652);