#9dbb1f
a dark, vivid green · cool · closest name: olivedrab
RGB
157, 187, 31
HSL
72°, 72%, 43%
CMYK
16, 0, 83, 27
Luminance
0.4281
Every format
| HEX | #9dbb1f |
| RGB | rgb(157, 187, 31) |
| HSL | hsl(72, 72%, 43%) |
| CMYK | cmyk(16%, 0%, 83%, 27%) |
| LAB | lab(71.4 -29.3 67.4) |
| LCH | lch(71.4 73.5 113.5) |
| OKLCH | oklch(0.744 0.170 120.9) |
Copy-ready code
/* CSS */
color: #9dbb1f;
background-color: #9dbb1f;
/* Tailwind (arbitrary) */
class="text-[#9dbb1f] bg-[#9dbb1f]"
/* SCSS */
$brand: #9dbb1f;
/* SwiftUI */
Color(red: 0.616, green: 0.733, blue: 0.122)
/* Android */
Color.parseColor("#9dbb1f")Accessibility — WCAG contrast
Aa
#9dbb1f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbb1f on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green73.3%
Blue12.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow83.4%
Key (black)26.7%
Color previews
#9dbb1f text on a black background
contrast 9.56:1
Card sample
#9dbb1f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbb1f;
Background color
Panel with #9dbb1f background
background-color: #9dbb1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbb1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 187, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 187, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbb1f; background: linear-gradient(135deg, #9dbb1f, #35BB1F);