Forest Green
#156A39
GreenColor Codes
All color formats for development
HEX
#156A39RGB
rgb(21, 106, 57)HSL
hsl(145, 67%, 25%)OKLCH
oklch(0.463 0.111 152.6)CMYK
cmyk(80%, 0%, 46%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136033
2#11552D
3#0F4B28
4#0D4022
5#0B351C
6#082B17
7#062011
8#04150B
9#020B06
Tints
Lighter variations
1#1B8A4A
2#22AA5B
3#28CA6C
4#3FD97F
5#5FDF95
6#7FE6AA
7#9FECBF
8#BFF2D4
9#DFF9EA
Tones
Muted variations
1#196639
2#1E623A
3#225E3B
4#26593B
5#2A553C
6#2F513D
7#334D3E
8#37483E
9#3B443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF6;
--forest-green-100: #E1F9EB;
--forest-green-200: #C8F4DA;
--forest-green-300: #9DECBE;
--forest-green-400: #6AE29C;
--forest-green-500: #3FD97F;
--forest-green-600: #25BB64;
--forest-green-700: #1D954F;
--forest-green-800: #156A39;
--forest-green-900: #0D4424;
--forest-green-950: #082B17;
}