Forest Green
#176932
GreenColor Codes
All color formats for development
HEX
#176932RGB
rgb(23, 105, 50)HSL
hsl(140, 64%, 25%)OKLCH
oklch(0.46 0.116 149.6)CMYK
cmyk(78%, 0%, 52%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E2D
2#125428
3#104923
4#0E3F1E
5#0B3419
6#092A14
7#071F0F
8#05150A
9#020A05
Tints
Lighter variations
1#1E8841
2#25A750
3#2CC75F
4#43D674
5#62DD8B
6#82E3A2
7#A1EAB9
8#C0F1D1
9#E0F8E8
Tones
Muted variations
1#1B6434
2#1F6035
3#235C36
4#275838
5#2B5439
6#2F503A
7#344C3C
8#38483D
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF93 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B858 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209246 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF6;
--forest-green-100: #E2F9E9;
--forest-green-200: #C9F3D7;
--forest-green-300: #9FEAB8;
--forest-green-400: #6DDF93;
--forest-green-500: #43D674;
--forest-green-600: #28B858;
--forest-green-700: #209246;
--forest-green-800: #176932;
--forest-green-900: #0F4320;
--forest-green-950: #092A14;
}