#9cbb10
a dark, electric green · cool · closest name: olivedrab
RGB
156, 187, 16
HSL
71°, 84%, 40%
CMYK
17, 0, 91, 27
Luminance
0.4265
Every format
| HEX | #9cbb10 |
| RGB | rgb(156, 187, 16) |
| HSL | hsl(71, 84%, 40%) |
| CMYK | cmyk(17%, 0%, 91%, 27%) |
| LAB | lab(71.3 -30.1 70.2) |
| LCH | lch(71.3 76.4 113.2) |
| OKLCH | oklch(0.743 0.175 121.0) |
Copy-ready code
/* CSS */
color: #9cbb10;
background-color: #9cbb10;
/* Tailwind (arbitrary) */
class="text-[#9cbb10] bg-[#9cbb10]"
/* SCSS */
$brand: #9cbb10;
/* SwiftUI */
Color(red: 0.612, green: 0.733, blue: 0.063)
/* Android */
Color.parseColor("#9cbb10")Accessibility — WCAG contrast
Aa
#9cbb10 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbb10 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green73.3%
Blue6.3%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow91.4%
Key (black)26.7%
Color previews
#9cbb10 text on a black background
contrast 9.53:1
Card sample
#9cbb10 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbb10;
Background color
Panel with #9cbb10 background
background-color: #9cbb10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbb10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 187, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 187, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbb10; background: linear-gradient(135deg, #9cbb10, #2ABB10);