#9bba00
a dark, electric green · cool · closest name: olivedrab
RGB
155, 186, 0
HSL
70°, 100%, 37%
CMYK
17, 0, 100, 27
Luminance
0.4209
Every format
| HEX | #9bba00 |
| RGB | rgb(155, 186, 0) |
| HSL | hsl(70, 100%, 37%) |
| CMYK | cmyk(17%, 0%, 100%, 27%) |
| LAB | lab(70.9 -30.2 71.8) |
| LCH | lch(70.9 77.9 112.8) |
| OKLCH | oklch(0.739 0.177 120.9) |
Copy-ready code
/* CSS */
color: #9bba00;
background-color: #9bba00;
/* Tailwind (arbitrary) */
class="text-[#9bba00] bg-[#9bba00]"
/* SCSS */
$brand: #9bba00;
/* SwiftUI */
Color(red: 0.608, green: 0.729, blue: 0.000)
/* Android */
Color.parseColor("#9bba00")Accessibility — WCAG contrast
Aa
#9bba00 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bba00 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green72.9%
Blue0.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow100.0%
Key (black)27.1%
Color previews
#9bba00 text on a black background
contrast 9.42:1
Card sample
#9bba00 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bba00;
Background color
Panel with #9bba00 background
background-color: #9bba00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bba00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 186, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 186, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bba00; background: linear-gradient(135deg, #9bba00, #1FBA00);