#9bac4f
a balanced, soft green · cool · closest name: olivedrab
RGB
155, 172, 79
HSL
71°, 37%, 49%
CMYK
10, 0, 54, 33
Luminance
0.3704
Every format
| HEX | #9bac4f |
| RGB | rgb(155, 172, 79) |
| HSL | hsl(71, 37%, 49%) |
| CMYK | cmyk(10%, 0%, 54%, 33%) |
| LAB | lab(67.3 -19.9 45.2) |
| LCH | lch(67.3 49.4 113.7) |
| OKLCH | oklch(0.711 0.120 118.2) |
Copy-ready code
/* CSS */
color: #9bac4f;
background-color: #9bac4f;
/* Tailwind (arbitrary) */
class="text-[#9bac4f] bg-[#9bac4f]"
/* SCSS */
$brand: #9bac4f;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#9bac4f")Accessibility — WCAG contrast
Aa
#9bac4f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bac4f on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue31.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow54.1%
Key (black)32.5%
Color previews
#9bac4f text on a black background
contrast 8.41:1
Card sample
#9bac4f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bac4f;
Background color
Panel with #9bac4f background
background-color: #9bac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bac4f; background: linear-gradient(135deg, #9bac4f, #5DAC4F);