#9fc335
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 195, 53
HSL
75°, 57%, 49%
CMYK
19, 0, 73, 24
Luminance
0.4666
Every format
| HEX | #9fc335 |
| RGB | rgb(159, 195, 53) |
| HSL | hsl(75, 57%, 49%) |
| CMYK | cmyk(19%, 0%, 73%, 24%) |
| LAB | lab(74.0 -31.3 63.2) |
| LCH | lch(74.0 70.6 116.3) |
| OKLCH | oklch(0.765 0.168 123.0) |
Copy-ready code
/* CSS */
color: #9fc335;
background-color: #9fc335;
/* Tailwind (arbitrary) */
class="text-[#9fc335] bg-[#9fc335]"
/* SCSS */
$brand: #9fc335;
/* SwiftUI */
Color(red: 0.624, green: 0.765, blue: 0.208)
/* Android */
Color.parseColor("#9fc335")Accessibility — WCAG contrast
Aa
#9fc335 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc335 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.5%
Blue20.8%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow72.8%
Key (black)23.5%
Color previews
#9fc335 text on a black background
contrast 10.33:1
Card sample
#9fc335 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc335;
Background color
Panel with #9fc335 background
background-color: #9fc335;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc335;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 195, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 195, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc335; background: linear-gradient(135deg, #9fc335, #40C335);