#9cb407
a dark, electric yellow · cool · closest name: olivedrab
RGB
156, 180, 7
HSL
68°, 93%, 37%
CMYK
13, 0, 96, 29
Luminance
0.3973
Every format
| HEX | #9cb407 |
| RGB | rgb(156, 180, 7) |
| HSL | hsl(68, 93%, 37%) |
| CMYK | cmyk(13%, 0%, 96%, 29%) |
| LAB | lab(69.3 -26.9 69.7) |
| LCH | lch(69.3 74.7 111.1) |
| OKLCH | oklch(0.726 0.169 118.9) |
Copy-ready code
/* CSS */
color: #9cb407;
background-color: #9cb407;
/* Tailwind (arbitrary) */
class="text-[#9cb407] bg-[#9cb407]"
/* SCSS */
$brand: #9cb407;
/* SwiftUI */
Color(red: 0.612, green: 0.706, blue: 0.027)
/* Android */
Color.parseColor("#9cb407")Accessibility — WCAG contrast
Aa
#9cb407 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb407 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green70.6%
Blue2.7%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow96.1%
Key (black)29.4%
Color previews
#9cb407 text on a black background
contrast 8.95:1
Card sample
#9cb407 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb407;
Background color
Panel with #9cb407 background
background-color: #9cb407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 180, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 180, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb407; background: linear-gradient(135deg, #9cb407, #29B407);