#9ba621
a dark, vivid yellow · cool · closest name: olive
RGB
155, 166, 33
HSL
65°, 67%, 39%
CMYK
7, 0, 80, 35
Luminance
0.3435
Every format
| HEX | #9ba621 |
| RGB | rgb(155, 166, 33) |
| HSL | hsl(65, 67%, 39%) |
| CMYK | cmyk(7%, 0%, 80%, 35%) |
| LAB | lab(65.2 -19.8 61.4) |
| LCH | lch(65.2 64.5 107.8) |
| OKLCH | oklch(0.694 0.147 114.5) |
Copy-ready code
/* CSS */
color: #9ba621;
background-color: #9ba621;
/* Tailwind (arbitrary) */
class="text-[#9ba621] bg-[#9ba621]"
/* SCSS */
$brand: #9ba621;
/* SwiftUI */
Color(red: 0.608, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#9ba621")Accessibility — WCAG contrast
Aa
#9ba621 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba621 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green65.1%
Blue12.9%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow80.1%
Key (black)34.9%
Color previews
#9ba621 text on a black background
contrast 7.87:1
Card sample
#9ba621 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba621;
Background color
Panel with #9ba621 background
background-color: #9ba621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba621; background: linear-gradient(135deg, #9ba621, #42A621);