Forest Green
#1AC72E
GreenColor Codes
All color formats for development
HEX
#1AC72ERGB
rgb(26, 199, 46)HSL
hsl(127, 77%, 44%)OKLCH
oklch(0.722 0.229 143.7)CMYK
cmyk(87%, 0%, 77%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B329
2#159F25
3#128B20
4#0F771C
5#0D6317
6#0A4F12
7#083C0E
8#052809
9#031405
Tints
Lighter variations
1#1DE034
2#35E549
3#4EE860
4#67EB77
5#81EF8D
6#9AF2A4
7#B3F5BB
8#CCF8D2
9#E6FCE8
Tones
Muted variations
1#22BE35
2#2BB53B
3#34AD42
4#3CA448
5#459B4F
6#4E9356
7#568A5C
8#5F8163
9#68796A
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 | C4F7 #C4F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA71 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E549 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC72E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F711A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | 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: #C4F7CA;
--forest-green-300: #97F2A2;
--forest-green-400: #61EA71;
--forest-green-500: #34E549;
--forest-green-600: #1AC72E;
--forest-green-700: #159E25;
--forest-green-800: #0F711A;
--forest-green-900: #094811;
--forest-green-950: #062D0A;
}