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