#9fc821
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 200, 33
HSL
75°, 72%, 46%
CMYK
21, 0, 84, 22
Luminance
0.4879
Every format
| HEX | #9fc821 |
| RGB | rgb(159, 200, 33) |
| HSL | hsl(75, 72%, 46%) |
| CMYK | cmyk(21%, 0%, 84%, 22%) |
| LAB | lab(75.3 -34.5 70.3) |
| LCH | lch(75.3 78.3 116.1) |
| OKLCH | oklch(0.776 0.183 123.6) |
Copy-ready code
/* CSS */
color: #9fc821;
background-color: #9fc821;
/* Tailwind (arbitrary) */
class="text-[#9fc821] bg-[#9fc821]"
/* SCSS */
$brand: #9fc821;
/* SwiftUI */
Color(red: 0.624, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#9fc821")Accessibility — WCAG contrast
Aa
#9fc821 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc821 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green78.4%
Blue12.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#9fc821 text on a black background
contrast 10.76:1
Card sample
#9fc821 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc821;
Background color
Panel with #9fc821 background
background-color: #9fc821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc821; background: linear-gradient(135deg, #9fc821, #30C821);