Forest Green
#176940
GreenColor Codes
All color formats for development
HEX
#176940RGB
rgb(23, 105, 64)HSL
hsl(150, 64%, 25%)OKLCH
oklch(0.462 0.102 156.2)CMYK
cmyk(78%, 0%, 39%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E39
2#125433
3#10492D
4#0E3F26
5#0B3420
6#092A1A
7#071F13
8#05150D
9#020A06
Tints
Lighter variations
1#1E8853
2#25A766
3#2CC779
4#43D68C
5#62DD9F
6#82E3B3
7#A1EAC6
8#C0F1D9
9#E0F8EC
Tones
Muted variations
1#1B6440
2#1F6040
3#235C40
4#275840
5#2B5440
6#2F5040
7#344C40
8#384840
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209259 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176940 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF7;
--forest-green-100: #E2F9ED;
--forest-green-200: #C9F3DE;
--forest-green-300: #9FEAC4;
--forest-green-400: #6DDFA6;
--forest-green-500: #43D68C;
--forest-green-600: #28B870;
--forest-green-700: #209259;
--forest-green-800: #176940;
--forest-green-900: #0F4329;
--forest-green-950: #092A1A;
}