Forest Green
#159D25
GreenColor Codes
All color formats for development
HEX
#159D25RGB
rgb(21, 157, 37)HSL
hsl(127, 76%, 35%)OKLCH
oklch(0.606 0.19 143.9)CMYK
cmyk(87%, 0%, 76%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D22
2#117E1E
3#0F6E1A
4#0D5E16
5#0B4F13
6#093F0F
7#062F0B
8#041F07
9#021004
Tints
Lighter variations
1#19BA2C
2#1DD733
3#33E347
4#50E762
5#6DEB7C
6#8AEF96
7#A7F3B0
8#C5F7CB
9#E2FBE5
Tones
Muted variations
1#1C962A
2#239030
3#2A8935
4#31823A
5#377B3F
6#3E7444
7#456E4A
8#4C674F
9#526054
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E0FBE3;
--forest-green-200: #C5F7CB;
--forest-green-300: #98F1A2;
--forest-green-400: #62EA72;
--forest-green-500: #35E349;
--forest-green-600: #1BC52F;
--forest-green-700: #159D25;
--forest-green-800: #0F701B;
--forest-green-900: #0A4811;
--forest-green-950: #062D0B;
}