#9af060
a light, electric green · cool · closest name: forestgreen
RGB
154, 240, 96
HSL
96°, 83%, 66%
CMYK
36, 0, 60, 6
Luminance
0.7003
Every format
| HEX | #9af060 |
| RGB | rgb(154, 240, 96) |
| HSL | hsl(96, 83%, 66%) |
| CMYK | cmyk(36%, 0%, 60%, 6%) |
| LAB | lab(87.0 -49.8 60.0) |
| LCH | lch(87.0 78.0 129.7) |
| OKLCH | oklch(0.871 0.197 134.7) |
Copy-ready code
/* CSS */
color: #9af060;
background-color: #9af060;
/* Tailwind (arbitrary) */
class="text-[#9af060] bg-[#9af060]"
/* SCSS */
$brand: #9af060;
/* SwiftUI */
Color(red: 0.604, green: 0.941, blue: 0.376)
/* Android */
Color.parseColor("#9af060")Accessibility — WCAG contrast
Aa
#9af060 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af060 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.1%
Blue37.6%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow60.0%
Key (black)5.9%
Color previews
#9af060 text on a black background
contrast 15.01:1
Card sample
#9af060 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af060;
Background color
Panel with #9af060 background
background-color: #9af060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 240, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 240, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af060; background: linear-gradient(135deg, #9af060, #60F086);