#9fc968
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 201, 104
HSL
86°, 47%, 60%
CMYK
21, 0, 48, 21
Luminance
0.5014
Every format
| HEX | #9fc968 |
| RGB | rgb(159, 201, 104) |
| HSL | hsl(86, 47%, 60%) |
| CMYK | cmyk(21%, 0%, 48%, 21%) |
| LAB | lab(76.2 -29.9 43.7) |
| LCH | lch(76.2 53.0 124.4) |
| OKLCH | oklch(0.784 0.134 128.4) |
Copy-ready code
/* CSS */
color: #9fc968;
background-color: #9fc968;
/* Tailwind (arbitrary) */
class="text-[#9fc968] bg-[#9fc968]"
/* SCSS */
$brand: #9fc968;
/* SwiftUI */
Color(red: 0.624, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#9fc968")Accessibility — WCAG contrast
Aa
#9fc968 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc968 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green78.8%
Blue40.8%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#9fc968 text on a black background
contrast 11.03:1
Card sample
#9fc968 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc968;
Background color
Panel with #9fc968 background
background-color: #9fc968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc968; background: linear-gradient(135deg, #9fc968, #68C972);