Forest Green
#1E943E
GreenColor Codes
All color formats for development
HEX
#1E943ERGB
rgb(30, 148, 62)HSL
hsl(136, 66%, 35%)OKLCH
oklch(0.585 0.16 147.5)CMYK
cmyk(80%, 0%, 58%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8538
2#187731
3#15682B
4#125925
5#0F4A1F
6#0C3B19
7#092C13
8#061E0C
9#030F06
Tints
Lighter variations
1#24B049
2#2ACB55
3#3ED867
4#5ADD7D
5#75E393
6#91E8A8
7#ACEEBE
8#C8F4D4
9#E3F9E9
Tones
Muted variations
1#248E41
2#2A8843
3#308246
4#367D49
5#3C774C
6#42714E
7#486B51
8#4D6554
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18A | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D869 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E943E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E1F9E8;
--forest-green-200: #C8F4D4;
--forest-green-300: #9EEBB2;
--forest-green-400: #6BE18A;
--forest-green-500: #41D869;
--forest-green-600: #26BA4E;
--forest-green-700: #1E943E;
--forest-green-800: #166A2C;
--forest-green-900: #0E441C;
--forest-green-950: #092A12;
}