#9fd767
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 215, 103
HSL
90°, 58%, 62%
CMYK
26, 0, 52, 16
Luminance
0.5695
Every format
| HEX | #9fd767 |
| RGB | rgb(159, 215, 103) |
| HSL | hsl(90, 58%, 62%) |
| CMYK | cmyk(26%, 0%, 52%, 16%) |
| LAB | lab(80.2 -36.5 49.0) |
| LCH | lch(80.2 61.1 126.7) |
| OKLCH | oklch(0.816 0.155 131.1) |
Copy-ready code
/* CSS */
color: #9fd767;
background-color: #9fd767;
/* Tailwind (arbitrary) */
class="text-[#9fd767] bg-[#9fd767]"
/* SCSS */
$brand: #9fd767;
/* SwiftUI */
Color(red: 0.624, green: 0.843, blue: 0.404)
/* Android */
Color.parseColor("#9fd767")Accessibility — WCAG contrast
Aa
#9fd767 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd767 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.3%
Blue40.4%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow52.1%
Key (black)15.7%
Color previews
#9fd767 text on a black background
contrast 12.39:1
Card sample
#9fd767 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd767;
Background color
Panel with #9fd767 background
background-color: #9fd767;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd767;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 215, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 215, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd767; background: linear-gradient(135deg, #9fd767, #67D77A);