Forest Green
#186834
GreenColor Codes
All color formats for development
HEX
#186834RGB
rgb(24, 104, 52)HSL
hsl(141, 63%, 25%)OKLCH
oklch(0.457 0.112 150.5)CMYK
cmyk(77%, 0%, 50%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E2F
2#135329
3#114924
4#0E3E1F
5#0C341A
6#092A15
7#071F10
8#05150A
9#020A05
Tints
Lighter variations
1#1F8743
2#26A653
3#2DC562
4#44D577
5#63DC8D
6#82E3A4
7#A1EABB
8#C1F1D2
9#E0F8E8
Tones
Muted variations
1#1C6435
2#206036
3#245C37
4#285839
5#2C543A
6#30503B
7#344C3C
8#38483D
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 #9FE9B9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE95 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D577 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219148 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186834 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | 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: #9FE9B9;
--forest-green-400: #6EDE95;
--forest-green-500: #44D577;
--forest-green-600: #2AB75B;
--forest-green-700: #219148;
--forest-green-800: #186834;
--forest-green-900: #0F4321;
--forest-green-950: #092A15;
}