Forest Green
#159D3C
GreenColor Codes
All color formats for development
HEX
#159D3CRGB
rgb(21, 157, 60)HSL
hsl(137, 76%, 35%)OKLCH
oklch(0.609 0.175 147)CMYK
cmyk(87%, 0%, 62%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D36
2#117E30
3#0F6E2A
4#0D5E24
5#0B4F1E
6#093F18
7#062F12
8#041F0C
9#021006
Tints
Lighter variations
1#19BA47
2#1DD752
3#33E365
4#50E77B
5#6DEB91
6#8AEFA7
7#A7F3BD
8#C5F7D3
9#E2FBE9
Tones
Muted variations
1#1C963F
2#239042
3#2A8945
4#318248
5#377B4B
6#3E744D
7#456E50
8#4C6753
9#526056
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF5;
--forest-green-100: #E0FBE7;
--forest-green-200: #C5F7D3;
--forest-green-300: #98F1B1;
--forest-green-400: #62EA88;
--forest-green-500: #35E366;
--forest-green-600: #1BC54B;
--forest-green-700: #159D3C;
--forest-green-800: #0F702B;
--forest-green-900: #0A481B;
--forest-green-950: #062D11;
}