#9fb821
a dark, vivid yellow · cool · closest name: olivedrab
RGB
159, 184, 33
HSL
70°, 70%, 43%
CMYK
14, 0, 82, 28
Luminance
0.4176
Every format
| HEX | #9fb821 |
| RGB | rgb(159, 184, 33) |
| HSL | hsl(70, 70%, 43%) |
| CMYK | cmyk(14%, 0%, 82%, 28%) |
| LAB | lab(70.7 -26.9 66.3) |
| LCH | lch(70.7 71.6 112.1) |
| OKLCH | oklch(0.738 0.165 119.3) |
Copy-ready code
/* CSS */
color: #9fb821;
background-color: #9fb821;
/* Tailwind (arbitrary) */
class="text-[#9fb821] bg-[#9fb821]"
/* SCSS */
$brand: #9fb821;
/* SwiftUI */
Color(red: 0.624, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#9fb821")Accessibility — WCAG contrast
Aa
#9fb821 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fb821 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green72.2%
Blue12.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow82.1%
Key (black)27.8%
Color previews
#9fb821 text on a black background
contrast 9.35:1
Card sample
#9fb821 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fb821;
Background color
Panel with #9fb821 background
background-color: #9fb821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fb821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fb821; background: linear-gradient(135deg, #9fb821, #3AB821);