#9dbb0e
a dark, electric green · cool · closest name: olivedrab
RGB
157, 187, 14
HSL
70°, 86%, 39%
CMYK
16, 0, 93, 27
Luminance
0.4274
Every format
| HEX | #9dbb0e |
| RGB | rgb(157, 187, 14) |
| HSL | hsl(70, 86%, 39%) |
| CMYK | cmyk(16%, 0%, 93%, 27%) |
| LAB | lab(71.4 -29.7 70.6) |
| LCH | lch(71.4 76.5 112.8) |
| OKLCH | oklch(0.743 0.175 120.7) |
Copy-ready code
/* CSS */
color: #9dbb0e;
background-color: #9dbb0e;
/* Tailwind (arbitrary) */
class="text-[#9dbb0e] bg-[#9dbb0e]"
/* SCSS */
$brand: #9dbb0e;
/* SwiftUI */
Color(red: 0.616, green: 0.733, blue: 0.055)
/* Android */
Color.parseColor("#9dbb0e")Accessibility — WCAG contrast
Aa
#9dbb0e on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbb0e on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green73.3%
Blue5.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow92.5%
Key (black)26.7%
Color previews
#9dbb0e text on a black background
contrast 9.55:1
Card sample
#9dbb0e text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbb0e;
Background color
Panel with #9dbb0e background
background-color: #9dbb0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbb0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 187, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 187, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbb0e; background: linear-gradient(135deg, #9dbb0e, #2ABB0E);