#9cb03b
a balanced, vivid green · cool · closest name: olivedrab
RGB
156, 176, 59
HSL
70°, 50%, 46%
CMYK
11, 0, 67, 31
Luminance
0.3843
Every format
| HEX | #9cb03b |
| RGB | rgb(156, 176, 59) |
| HSL | hsl(70, 50%, 46%) |
| CMYK | cmyk(11%, 0%, 67%, 31%) |
| LAB | lab(68.3 -23.0 55.3) |
| LCH | lch(68.3 59.9 112.6) |
| OKLCH | oklch(0.719 0.142 118.5) |
Copy-ready code
/* CSS */
color: #9cb03b;
background-color: #9cb03b;
/* Tailwind (arbitrary) */
class="text-[#9cb03b] bg-[#9cb03b]"
/* SCSS */
$brand: #9cb03b;
/* SwiftUI */
Color(red: 0.612, green: 0.690, blue: 0.231)
/* Android */
Color.parseColor("#9cb03b")Accessibility — WCAG contrast
Aa
#9cb03b on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb03b on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green69.0%
Blue23.1%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow66.5%
Key (black)31.0%
Color previews
#9cb03b text on a black background
contrast 8.69:1
Card sample
#9cb03b text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb03b;
Background color
Panel with #9cb03b background
background-color: #9cb03b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb03b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 176, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 176, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb03b; background: linear-gradient(135deg, #9cb03b, #4EB03B);