Forest Green
#057A42
GreenColor Codes
All color formats for development
HEX
#057A42RGB
rgb(5, 122, 66)HSL
hsl(151, 92%, 25%)OKLCH
oklch(0.509 0.127 153.9)CMYK
cmyk(96%, 0%, 46%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E3B
2#046235
3#04562E
4#034927
5#033D21
6#02311A
7#022514
8#01180D
9#010C07
Tints
Lighter variations
1#079F55
2#08C469
3#0AE97D
4#23F690
5#47F7A2
6#6CF9B5
7#91FAC7
8#B6FCDA
9#DAFDEC
Tones
Muted variations
1#0B7542
2#116F41
3#176941
4#1D6341
5#225D41
6#285741
7#2E5140
8#344B40
9#3A4640
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8A8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F690 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D774 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F0FEF8;
--forest-green-100: #DDFEEE;
--forest-green-200: #BFFCDF;
--forest-green-300: #8EFAC6;
--forest-green-400: #54F8A8;
--forest-green-500: #23F690;
--forest-green-600: #09D774;
--forest-green-700: #07AB5C;
--forest-green-800: #057A42;
--forest-green-900: #034E2A;
--forest-green-950: #02311A;
}