#9af075
a light, electric green · cool · closest name: forestgreen
RGB
154, 240, 117
HSL
102°, 80%, 70%
CMYK
36, 0, 51, 6
Luminance
0.7047
Every format
| HEX | #9af075 |
| RGB | rgb(154, 240, 117) |
| HSL | hsl(102, 80%, 70%) |
| CMYK | cmyk(36%, 0%, 51%, 6%) |
| LAB | lab(87.2 -47.6 50.9) |
| LCH | lch(87.2 69.7 133.1) |
| OKLCH | oklch(0.874 0.179 137.1) |
Copy-ready code
/* CSS */
color: #9af075;
background-color: #9af075;
/* Tailwind (arbitrary) */
class="text-[#9af075] bg-[#9af075]"
/* SCSS */
$brand: #9af075;
/* SwiftUI */
Color(red: 0.604, green: 0.941, blue: 0.459)
/* Android */
Color.parseColor("#9af075")Accessibility — WCAG contrast
Aa
#9af075 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af075 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.1%
Blue45.9%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow51.3%
Key (black)5.9%
Color previews
#9af075 text on a black background
contrast 15.09:1
Card sample
#9af075 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af075;
Background color
Panel with #9af075 background
background-color: #9af075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 240, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 240, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af075; background: linear-gradient(135deg, #9af075, #75F0A2);