#9eb348
a balanced, soft green · cool · closest name: olivedrab
RGB
158, 179, 72
HSL
72°, 43%, 49%
CMYK
12, 0, 60, 30
Luminance
0.3998
Every format
| HEX | #9eb348 |
| RGB | rgb(158, 179, 72) |
| HSL | hsl(72, 43%, 49%) |
| CMYK | cmyk(12%, 0%, 60%, 30%) |
| LAB | lab(69.5 -22.7 50.9) |
| LCH | lch(69.5 55.8 114.0) |
| OKLCH | oklch(0.729 0.135 119.2) |
Copy-ready code
/* CSS */
color: #9eb348;
background-color: #9eb348;
/* Tailwind (arbitrary) */
class="text-[#9eb348] bg-[#9eb348]"
/* SCSS */
$brand: #9eb348;
/* SwiftUI */
Color(red: 0.620, green: 0.702, blue: 0.282)
/* Android */
Color.parseColor("#9eb348")Accessibility — WCAG contrast
Aa
#9eb348 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb348 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green70.2%
Blue28.2%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow59.8%
Key (black)29.8%
Color previews
#9eb348 text on a black background
contrast 9.00:1
Card sample
#9eb348 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb348;
Background color
Panel with #9eb348 background
background-color: #9eb348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 179, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 179, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb348; background: linear-gradient(135deg, #9eb348, #57B348);