#9fd751
a balanced, vivid green · cool · closest name: olivedrab
RGB
159, 215, 81
HSL
85°, 63%, 58%
CMYK
26, 0, 62, 16
Luminance
0.5657
Every format
| HEX | #9fd751 |
| RGB | rgb(159, 215, 81) |
| HSL | hsl(85, 63%, 58%) |
| CMYK | cmyk(26%, 0%, 62%, 16%) |
| LAB | lab(79.9 -38.5 58.6) |
| LCH | lch(79.9 70.1 123.3) |
| OKLCH | oklch(0.814 0.173 128.9) |
Copy-ready code
/* CSS */
color: #9fd751;
background-color: #9fd751;
/* Tailwind (arbitrary) */
class="text-[#9fd751] bg-[#9fd751]"
/* SCSS */
$brand: #9fd751;
/* SwiftUI */
Color(red: 0.624, green: 0.843, blue: 0.318)
/* Android */
Color.parseColor("#9fd751")Accessibility — WCAG contrast
Aa
#9fd751 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd751 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.3%
Blue31.8%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow62.3%
Key (black)15.7%
Color previews
#9fd751 text on a black background
contrast 12.31:1
Card sample
#9fd751 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd751;
Background color
Panel with #9fd751 background
background-color: #9fd751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 215, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 215, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd751; background: linear-gradient(135deg, #9fd751, #51D75C);