#9cb021
a dark, vivid yellow · cool · closest name: olivedrab
RGB
156, 176, 33
HSL
68°, 68%, 41%
CMYK
11, 0, 81, 31
Luminance
0.3823
Every format
| HEX | #9cb021 |
| RGB | rgb(156, 176, 33) |
| HSL | hsl(68, 68%, 41%) |
| CMYK | cmyk(11%, 0%, 81%, 31%) |
| LAB | lab(68.2 -24.3 64.0) |
| LCH | lch(68.2 68.5 110.8) |
| OKLCH | oklch(0.718 0.158 117.9) |
Copy-ready code
/* CSS */
color: #9cb021;
background-color: #9cb021;
/* Tailwind (arbitrary) */
class="text-[#9cb021] bg-[#9cb021]"
/* SCSS */
$brand: #9cb021;
/* SwiftUI */
Color(red: 0.612, green: 0.690, blue: 0.129)
/* Android */
Color.parseColor("#9cb021")Accessibility — WCAG contrast
Aa
#9cb021 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb021 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green69.0%
Blue12.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow81.3%
Key (black)31.0%
Color previews
#9cb021 text on a black background
contrast 8.65:1
Card sample
#9cb021 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb021;
Background color
Panel with #9cb021 background
background-color: #9cb021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 176, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 176, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb021; background: linear-gradient(135deg, #9cb021, #3DB021);