#9acf7c
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 207, 124
HSL
98°, 46%, 65%
CMYK
26, 0, 40, 19
Luminance
0.5295
Every format
| HEX | #9acf7c |
| RGB | rgb(154, 207, 124) |
| HSL | hsl(98, 46%, 65%) |
| CMYK | cmyk(26%, 0%, 40%, 19%) |
| LAB | lab(77.8 -32.1 35.8) |
| LCH | lch(77.8 48.1 131.8) |
| OKLCH | oklch(0.798 0.124 134.9) |
Copy-ready code
/* CSS */
color: #9acf7c;
background-color: #9acf7c;
/* Tailwind (arbitrary) */
class="text-[#9acf7c] bg-[#9acf7c]"
/* SCSS */
$brand: #9acf7c;
/* SwiftUI */
Color(red: 0.604, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#9acf7c")Accessibility — WCAG contrast
Aa
#9acf7c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acf7c on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green81.2%
Blue48.6%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#9acf7c text on a black background
contrast 11.59:1
Card sample
#9acf7c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acf7c;
Background color
Panel with #9acf7c background
background-color: #9acf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acf7c; background: linear-gradient(135deg, #9acf7c, #7CCF95);