#9fba3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 186, 63
HSL
73°, 49%, 49%
CMYK
15, 0, 66, 27
Luminance
0.4285
Every format
| HEX | #9fba3f |
| RGB | rgb(159, 186, 63) |
| HSL | hsl(73, 49%, 49%) |
| CMYK | cmyk(15%, 0%, 66%, 27%) |
| LAB | lab(71.5 -26.4 56.9) |
| LCH | lch(71.5 62.8 114.9) |
| OKLCH | oklch(0.745 0.150 120.8) |
Copy-ready code
/* CSS */
color: #9fba3f;
background-color: #9fba3f;
/* Tailwind (arbitrary) */
class="text-[#9fba3f] bg-[#9fba3f]"
/* SCSS */
$brand: #9fba3f;
/* SwiftUI */
Color(red: 0.624, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#9fba3f")Accessibility — WCAG contrast
Aa
#9fba3f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fba3f on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green72.9%
Blue24.7%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow66.1%
Key (black)27.1%
Color previews
#9fba3f text on a black background
contrast 9.57:1
Card sample
#9fba3f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fba3f;
Background color
Panel with #9fba3f background
background-color: #9fba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fba3f; background: linear-gradient(135deg, #9fba3f, #4DBA3F);