#9fad5c
a balanced, soft green · cool · closest name: olivedrab
RGB
159, 173, 92
HSL
70°, 33%, 52%
CMYK
8, 0, 47, 32
Luminance
0.3803
Every format
| HEX | #9fad5c |
| RGB | rgb(159, 173, 92) |
| HSL | hsl(70, 33%, 52%) |
| CMYK | cmyk(8%, 0%, 47%, 32%) |
| LAB | lab(68.0 -17.4 39.8) |
| LCH | lch(68.0 43.4 113.7) |
| OKLCH | oklch(0.718 0.107 117.2) |
Copy-ready code
/* CSS */
color: #9fad5c;
background-color: #9fad5c;
/* Tailwind (arbitrary) */
class="text-[#9fad5c] bg-[#9fad5c]"
/* SCSS */
$brand: #9fad5c;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.361)
/* Android */
Color.parseColor("#9fad5c")Accessibility — WCAG contrast
Aa
#9fad5c on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fad5c on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue36.1%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow46.8%
Key (black)32.2%
Color previews
#9fad5c text on a black background
contrast 8.61:1
Card sample
#9fad5c text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fad5c;
Background color
Panel with #9fad5c background
background-color: #9fad5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fad5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fad5c; background: linear-gradient(135deg, #9fad5c, #69AD5C);