#9cb430
a dark, vivid green · cool · closest name: olivedrab
RGB
156, 180, 48
HSL
71°, 58%, 45%
CMYK
13, 0, 73, 29
Luminance
0.3992
Every format
| HEX | #9cb430 |
| RGB | rgb(156, 180, 48) |
| HSL | hsl(71, 58%, 45%) |
| CMYK | cmyk(13%, 0%, 73%, 29%) |
| LAB | lab(69.4 -25.6 60.5) |
| LCH | lch(69.4 65.7 112.9) |
| OKLCH | oklch(0.728 0.154 119.5) |
Copy-ready code
/* CSS */
color: #9cb430;
background-color: #9cb430;
/* Tailwind (arbitrary) */
class="text-[#9cb430] bg-[#9cb430]"
/* SCSS */
$brand: #9cb430;
/* SwiftUI */
Color(red: 0.612, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#9cb430")Accessibility — WCAG contrast
Aa
#9cb430 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb430 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green70.6%
Blue18.8%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#9cb430 text on a black background
contrast 8.98:1
Card sample
#9cb430 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb430;
Background color
Panel with #9cb430 background
background-color: #9cb430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb430; background: linear-gradient(135deg, #9cb430, #44B430);