Forest Green
#0E711B
GreenColor Codes
All color formats for development
HEX
#0E711BRGB
rgb(14, 113, 27)HSL
hsl(128, 78%, 25%)OKLCH
oklch(0.478 0.148 144.2)CMYK
cmyk(88%, 0%, 76%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6619
2#0B5B16
3#0A4F13
4#084410
5#07390E
6#062D0B
7#042208
8#031705
9#010B03
Tints
Lighter variations
1#129423
2#16B62C
3#1BD834
4#33E64B
5#55EA69
6#77EE87
7#99F2A5
8#BBF7C3
9#DDFBE1
Tones
Muted variations
1#136D1F
2#186823
3#1D6326
4#225E2A
5#27592E
6#2C5431
7#314F35
8#364A38
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB73 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE3;
--forest-green-200: #C4F8CB;
--forest-green-300: #97F2A3;
--forest-green-400: #60EB73;
--forest-green-500: #33E64B;
--forest-green-600: #19C830;
--forest-green-700: #149F26;
--forest-green-800: #0E711B;
--forest-green-900: #094911;
--forest-green-950: #062D0B;
}