Forest Green
#0E7134
GreenColor Codes
All color formats for development
HEX
#0E7134RGB
rgb(14, 113, 52)HSL
hsl(143, 78%, 25%)OKLCH
oklch(0.482 0.127 150)CMYK
cmyk(88%, 0%, 54%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D662F
2#0B5B2A
3#0A4F25
4#08441F
5#07391A
6#062D15
7#042210
8#03170A
9#010B05
Tints
Lighter variations
1#129444
2#16B653
3#1BD863
4#33E677
5#55EA8E
6#77EEA5
7#99F2BB
8#BBF7D2
9#DDFBE8
Tones
Muted variations
1#136D35
2#186836
3#1D6338
4#225E39
5#27593A
6#2C543B
7#314F3C
8#364A3D
9#3B453F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB96 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E677 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7134 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF6;
--forest-green-100: #DFFBEA;
--forest-green-200: #C4F8D8;
--forest-green-300: #97F2BA;
--forest-green-400: #60EB96;
--forest-green-500: #33E677;
--forest-green-600: #19C85C;
--forest-green-700: #149F49;
--forest-green-800: #0E7134;
--forest-green-900: #094921;
--forest-green-950: #062D15;
}