Forest Green
#0F713B
GreenColor Codes
All color formats for development
HEX
#0F713BRGB
rgb(15, 113, 59)HSL
hsl(147, 77%, 25%)OKLCH
oklch(0.483 0.12 152.5)CMYK
cmyk(87%, 0%, 48%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6635
2#0C5A2F
3#0A4F29
4#094423
5#07381D
6#062D18
7#042212
8#03170C
9#010B06
Tints
Lighter variations
1#13934C
2#17B55E
3#1CD670
4#34E583
5#56E998
6#78EDAD
7#99F2C1
8#BBF6D6
9#DDFBEA
Tones
Muted variations
1#146C3B
2#18673C
3#1D623C
4#225D3D
5#27583D
6#2C533E
7#314E3E
8#364A3F
9#3B453F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E583 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC768 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF7;
--forest-green-100: #DFFBEC;
--forest-green-200: #C4F7DB;
--forest-green-300: #97F2C0;
--forest-green-400: #61EA9F;
--forest-green-500: #34E583;
--forest-green-600: #1AC768;
--forest-green-700: #159E52;
--forest-green-800: #0F713B;
--forest-green-900: #094826;
--forest-green-950: #062D18;
}