Forest Green
#186835
GreenColor Codes
All color formats for development
HEX
#186835RGB
rgb(24, 104, 53)HSL
hsl(142, 63%, 25%)OKLCH
oklch(0.457 0.111 150.9)CMYK
cmyk(77%, 0%, 49%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E30
2#13532A
3#114925
4#0E3E20
5#0C341B
6#092A15
7#071F10
8#05150B
9#020A05
Tints
Lighter variations
1#1F8745
2#26A655
3#2DC565
4#44D579
5#63DC8F
6#82E3A6
7#A1EABC
8#C1F1D2
9#E0F8E9
Tones
Muted variations
1#1C6436
2#206037
3#245C38
4#285839
5#2C543A
6#30503B
7#344C3D
8#38483E
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE97 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D579 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186835 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E2F8EA;
--forest-green-200: #C9F3D8;
--forest-green-300: #9FE9BA;
--forest-green-400: #6EDE97;
--forest-green-500: #44D579;
--forest-green-600: #2AB75D;
--forest-green-700: #21914A;
--forest-green-800: #186835;
--forest-green-900: #0F4322;
--forest-green-950: #092A15;
}