#9ba63e
a dark, vivid yellow · cool · closest name: olivedrab
RGB
155, 166, 62
HSL
66°, 46%, 45%
CMYK
7, 0, 63, 35
Luminance
0.3459
Every format
| HEX | #9ba63e |
| RGB | rgb(155, 166, 62) |
| HSL | hsl(66, 46%, 45%) |
| CMYK | cmyk(7%, 0%, 63%, 35%) |
| LAB | lab(65.4 -18.2 50.9) |
| LCH | lch(65.4 54.0 109.7) |
| OKLCH | oklch(0.696 0.128 114.9) |
Copy-ready code
/* CSS */
color: #9ba63e;
background-color: #9ba63e;
/* Tailwind (arbitrary) */
class="text-[#9ba63e] bg-[#9ba63e]"
/* SCSS */
$brand: #9ba63e;
/* SwiftUI */
Color(red: 0.608, green: 0.651, blue: 0.243)
/* Android */
Color.parseColor("#9ba63e")Accessibility — WCAG contrast
Aa
#9ba63e on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba63e on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green65.1%
Blue24.3%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow62.7%
Key (black)34.9%
Color previews
#9ba63e text on a black background
contrast 7.92:1
Card sample
#9ba63e text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba63e;
Background color
Panel with #9ba63e background
background-color: #9ba63e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba63e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 166, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 166, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba63e; background: linear-gradient(135deg, #9ba63e, #56A63E);