#9fb721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
159, 183, 33
HSL
70°, 69%, 42%
CMYK
13, 0, 82, 28
Luminance
0.4135
Every format
| HEX | #9fb721 |
| RGB | rgb(159, 183, 33) |
| HSL | hsl(70, 69%, 42%) |
| CMYK | cmyk(13%, 0%, 82%, 28%) |
| LAB | lab(70.4 -26.5 66.1) |
| LCH | lch(70.4 71.2 111.8) |
| OKLCH | oklch(0.736 0.164 119.0) |
Copy-ready code
/* CSS */
color: #9fb721;
background-color: #9fb721;
/* Tailwind (arbitrary) */
class="text-[#9fb721] bg-[#9fb721]"
/* SCSS */
$brand: #9fb721;
/* SwiftUI */
Color(red: 0.624, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#9fb721")Accessibility — WCAG contrast
Aa
#9fb721 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fb721 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green71.8%
Blue12.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#9fb721 text on a black background
contrast 9.27:1
Card sample
#9fb721 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fb721;
Background color
Panel with #9fb721 background
background-color: #9fb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fb721; background: linear-gradient(135deg, #9fb721, #3BB721);