#9fbd73
a balanced, soft green · cool · closest name: olivedrab
RGB
159, 189, 115
HSL
84°, 36%, 60%
CMYK
16, 0, 39, 26
Luminance
0.4500
Every format
| HEX | #9fbd73 |
| RGB | rgb(159, 189, 115) |
| HSL | hsl(84, 36%, 60%) |
| CMYK | cmyk(16%, 0%, 39%, 26%) |
| LAB | lab(72.9 -22.8 34.1) |
| LCH | lch(72.9 41.0 123.7) |
| OKLCH | oklch(0.758 0.104 126.7) |
Copy-ready code
/* CSS */
color: #9fbd73;
background-color: #9fbd73;
/* Tailwind (arbitrary) */
class="text-[#9fbd73] bg-[#9fbd73]"
/* SCSS */
$brand: #9fbd73;
/* SwiftUI */
Color(red: 0.624, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#9fbd73")Accessibility — WCAG contrast
Aa
#9fbd73 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbd73 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green74.1%
Blue45.1%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow39.2%
Key (black)25.9%
Color previews
#9fbd73 text on a black background
contrast 10.00:1
Card sample
#9fbd73 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbd73;
Background color
Panel with #9fbd73 background
background-color: #9fbd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbd73; background: linear-gradient(135deg, #9fbd73, #73BD78);