Forest Green
#156A36
GreenColor Codes
All color formats for development
HEX
#156A36RGB
rgb(21, 106, 54)HSL
hsl(143, 67%, 25%)OKLCH
oklch(0.463 0.114 151.3)CMYK
cmyk(80%, 0%, 49%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136030
2#11552B
3#0F4B26
4#0D4020
5#0B351B
6#082B16
7#062010
8#04150B
9#020B05
Tints
Lighter variations
1#1B8A46
2#22AA56
3#28CA66
4#3FD97A
5#5FDF90
6#7FE6A7
7#9FECBD
8#BFF2D3
9#DFF9E9
Tones
Muted variations
1#196637
2#1E6238
3#225E39
4#26593A
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 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE298 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4422 | 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: #E1F9EA;
--forest-green-200: #C8F4D9;
--forest-green-300: #9DECBB;
--forest-green-400: #6AE298;
--forest-green-500: #3FD97A;
--forest-green-600: #25BB5F;
--forest-green-700: #1D954B;
--forest-green-800: #156A36;
--forest-green-900: #0D4422;
--forest-green-950: #082B16;
}