Forest Green
#057A44
GreenColor Codes
All color formats for development
HEX
#057A44RGB
rgb(5, 122, 68)HSL
hsl(152, 92%, 25%)OKLCH
oklch(0.509 0.125 154.7)CMYK
cmyk(96%, 0%, 44%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E3D
2#046236
3#04562F
4#034929
5#033D22
6#02311B
7#022514
8#01180E
9#010C07
Tints
Lighter variations
1#079F58
2#08C46C
3#0AE981
4#23F693
5#47F7A5
6#6CF9B7
7#91FAC9
8#B6FCDB
9#DAFDED
Tones
Muted variations
1#0B7543
2#116F43
3#176942
4#1D6342
5#225D42
6#285741
7#2E5141
8#344B41
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 #BFFCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AB | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F693 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | 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: #BFFCE0;
--forest-green-300: #8EFAC8;
--forest-green-400: #54F8AB;
--forest-green-500: #23F693;
--forest-green-600: #09D777;
--forest-green-700: #07AB5F;
--forest-green-800: #057A44;
--forest-green-900: #034E2B;
--forest-green-950: #02311B;
}