#9fd554
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 213, 84
HSL
85°, 61%, 58%
CMYK
25, 0, 61, 17
Luminance
0.5560
Every format
| HEX | #9fd554 |
| RGB | rgb(159, 213, 84) |
| HSL | hsl(85, 61%, 58%) |
| CMYK | cmyk(25%, 0%, 61%, 17%) |
| LAB | lab(79.4 -37.4 56.7) |
| LCH | lch(79.4 67.9 123.4) |
| OKLCH | oklch(0.809 0.168 128.8) |
Copy-ready code
/* CSS */
color: #9fd554;
background-color: #9fd554;
/* Tailwind (arbitrary) */
class="text-[#9fd554] bg-[#9fd554]"
/* SCSS */
$brand: #9fd554;
/* SwiftUI */
Color(red: 0.624, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#9fd554")Accessibility — WCAG contrast
Aa
#9fd554 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd554 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green83.5%
Blue32.9%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#9fd554 text on a black background
contrast 12.12:1
Card sample
#9fd554 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd554;
Background color
Panel with #9fd554 background
background-color: #9fd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd554; background: linear-gradient(135deg, #9fd554, #54D55F);