#9fc521
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 197, 33
HSL
74°, 71%, 45%
CMYK
19, 0, 83, 23
Luminance
0.4741
Every format
| HEX | #9fc521 |
| RGB | rgb(159, 197, 33) |
| HSL | hsl(74, 71%, 45%) |
| CMYK | cmyk(19%, 0%, 83%, 23%) |
| LAB | lab(74.5 -33.1 69.6) |
| LCH | lch(74.5 77.0 115.4) |
| OKLCH | oklch(0.769 0.180 122.9) |
Copy-ready code
/* CSS */
color: #9fc521;
background-color: #9fc521;
/* Tailwind (arbitrary) */
class="text-[#9fc521] bg-[#9fc521]"
/* SCSS */
$brand: #9fc521;
/* SwiftUI */
Color(red: 0.624, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#9fc521")Accessibility — WCAG contrast
Aa
#9fc521 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc521 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green77.3%
Blue12.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#9fc521 text on a black background
contrast 10.48:1
Card sample
#9fc521 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc521;
Background color
Panel with #9fc521 background
background-color: #9fc521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc521; background: linear-gradient(135deg, #9fc521, #32C521);