#9fd968
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 217, 104
HSL
91°, 60%, 63%
CMYK
27, 0, 52, 15
Luminance
0.5800
Every format
| HEX | #9fd968 |
| RGB | rgb(159, 217, 104) |
| HSL | hsl(91, 60%, 63%) |
| CMYK | cmyk(27%, 0%, 52%, 15%) |
| LAB | lab(80.7 -37.3 49.3) |
| LCH | lch(80.7 61.8 127.1) |
| OKLCH | oklch(0.821 0.156 131.5) |
Copy-ready code
/* CSS */
color: #9fd968;
background-color: #9fd968;
/* Tailwind (arbitrary) */
class="text-[#9fd968] bg-[#9fd968]"
/* SCSS */
$brand: #9fd968;
/* SwiftUI */
Color(red: 0.624, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#9fd968")Accessibility — WCAG contrast
Aa
#9fd968 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd968 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.1%
Blue40.8%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#9fd968 text on a black background
contrast 12.60:1
Card sample
#9fd968 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd968;
Background color
Panel with #9fd968 background
background-color: #9fd968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd968; background: linear-gradient(135deg, #9fd968, #68D97C);