Forest Green
#186838
GreenColor Codes
All color formats for development
HEX
#186838RGB
rgb(24, 104, 56)HSL
hsl(144, 63%, 25%)OKLCH
oklch(0.458 0.108 152.2)CMYK
cmyk(77%, 0%, 46%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E32
2#13532D
3#114927
4#0E3E21
5#0C341C
6#092A16
7#071F11
8#05150B
9#020A06
Tints
Lighter variations
1#1F8748
2#26A659
3#2DC56A
4#44D57E
5#63DC93
6#82E3A9
7#A1EABE
8#C1F1D4
9#E0F8E9
Tones
Muted variations
1#1C6439
2#206039
3#245C3A
4#28583B
5#2C543C
6#30503D
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 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E2F8EB;
--forest-green-200: #C9F3DA;
--forest-green-300: #9FE9BD;
--forest-green-400: #6EDE9B;
--forest-green-500: #44D57E;
--forest-green-600: #2AB762;
--forest-green-700: #21914E;
--forest-green-800: #186838;
--forest-green-900: #0F4324;
--forest-green-950: #092A16;
}