#9fe477
a light, vivid green · cool · closest name: olivedrab
RGB
159, 228, 119
HSL
98°, 67%, 68%
CMYK
30, 0, 48, 11
Luminance
0.6419
Every format
| HEX | #9fe477 |
| RGB | rgb(159, 228, 119) |
| HSL | hsl(98, 67%, 68%) |
| CMYK | cmyk(30%, 0%, 48%, 11%) |
| LAB | lab(84.1 -40.5 46.2) |
| LCH | lch(84.1 61.5 131.3) |
| OKLCH | oklch(0.849 0.158 135.1) |
Copy-ready code
/* CSS */
color: #9fe477;
background-color: #9fe477;
/* Tailwind (arbitrary) */
class="text-[#9fe477] bg-[#9fe477]"
/* SCSS */
$brand: #9fe477;
/* SwiftUI */
Color(red: 0.624, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#9fe477")Accessibility — WCAG contrast
Aa
#9fe477 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe477 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green89.4%
Blue46.7%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow47.8%
Key (black)10.6%
Color previews
#9fe477 text on a black background
contrast 13.84:1
Card sample
#9fe477 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe477;
Background color
Panel with #9fe477 background
background-color: #9fe477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe477; background: linear-gradient(135deg, #9fe477, #77E498);