Forest Green
#1AC73F
GreenColor Codes
All color formats for development
HEX
#1AC73FRGB
rgb(26, 199, 63)HSL
hsl(133, 77%, 44%)OKLCH
oklch(0.723 0.219 145.2)CMYK
cmyk(87%, 0%, 68%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B339
2#159F33
3#128B2C
4#0F7726
5#0D6320
6#0A4F19
7#083C13
8#05280D
9#031406
Tints
Lighter variations
1#1DE047
2#35E55B
3#4EE86F
4#67EB84
5#81EF98
6#9AF2AD
7#B3F5C1
8#CCF8D6
9#E6FCEA
Tones
Muted variations
1#22BE44
2#2BB549
3#34AD4E
4#3CA453
5#459B58
6#4E935D
7#568A62
8#5F8166
9#68796B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA7F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E55A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC73F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094817 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF4;
--forest-green-100: #DFFBE5;
--forest-green-200: #C4F7CF;
--forest-green-300: #97F2AB;
--forest-green-400: #61EA7F;
--forest-green-500: #34E55A;
--forest-green-600: #1AC73F;
--forest-green-700: #159E32;
--forest-green-800: #0F7124;
--forest-green-900: #094817;
--forest-green-950: #062D0E;
}