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