Forest Green
#0E7127
GreenColor Codes
All color formats for development
HEX
#0E7127RGB
rgb(14, 113, 39)HSL
hsl(135, 78%, 25%)OKLCH
oklch(0.48 0.139 146.4)CMYK
cmyk(88%, 0%, 65%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6623
2#0B5B1F
3#0A4F1B
4#084417
5#073913
6#062D10
7#04220C
8#031708
9#010B04
Tints
Lighter variations
1#129433
2#16B63E
3#1BD84A
4#33E65F
5#55EA7A
6#77EE95
7#99F2AF
8#BBF7CA
9#DDFBE4
Tones
Muted variations
1#136D29
2#18682C
3#1D632E
4#225E31
5#275933
6#2C5436
7#314F38
8#364A3B
9#3B453D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB83 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C844 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF4;
--forest-green-100: #DFFBE6;
--forest-green-200: #C4F8D1;
--forest-green-300: #97F2AD;
--forest-green-400: #60EB83;
--forest-green-500: #33E65F;
--forest-green-600: #19C844;
--forest-green-700: #149F36;
--forest-green-800: #0E7127;
--forest-green-900: #094919;
--forest-green-950: #062D10;
}