Forest Green
#156A37
GreenColor Codes
All color formats for development
HEX
#156A37RGB
rgb(21, 106, 55)HSL
hsl(144, 67%, 25%)OKLCH
oklch(0.463 0.113 151.7)CMYK
cmyk(80%, 0%, 48%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136032
2#11552C
3#0F4B27
4#0D4021
5#0B351C
6#082B16
7#062011
8#04150B
9#020B06
Tints
Lighter variations
1#1B8A48
2#22AA58
3#28CA69
4#3FD97D
5#5FDF93
6#7FE6A8
7#9FECBE
8#BFF2D4
9#DFF9E9
Tones
Muted variations
1#196638
2#1E6239
3#225E3A
4#26593B
5#2A553B
6#2F513C
7#334D3D
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 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4423 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | 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: #C8F4D9;
--forest-green-300: #9DECBC;
--forest-green-400: #6AE29A;
--forest-green-500: #3FD97D;
--forest-green-600: #25BB61;
--forest-green-700: #1D954D;
--forest-green-800: #156A37;
--forest-green-900: #0D4423;
--forest-green-950: #082B16;
}