Forest Green
#18C926
GreenColor Codes
All color formats for development
HEX
#18C926RGB
rgb(24, 201, 38)HSL
hsl(125, 79%, 44%)OKLCH
oklch(0.727 0.235 143.2)CMYK
cmyk(88%, 0%, 81%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B523
2#13A11F
3#108D1B
4#0E7917
5#0C6413
6#09500F
7#073C0C
8#052808
9#021404
Tints
Lighter variations
1#1BE22B
2#33E742
3#4CEA59
4#66ED71
5#7FF089
6#99F3A0
7#B2F6B8
8#CCF9D0
9#E5FCE7
Tones
Muted variations
1#20C02E
2#29B735
3#32AE3C
4#3BA544
5#449D4B
6#4D9453
7#568B5A
8#5E8261
9#677969
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39E | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC6B | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E741 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C926 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A01E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7216 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF2;
--forest-green-100: #DFFBE1;
--forest-green-200: #C4F8C8;
--forest-green-300: #96F39E;
--forest-green-400: #5FEC6B;
--forest-green-500: #32E741;
--forest-green-600: #18C926;
--forest-green-700: #13A01E;
--forest-green-800: #0D7216;
--forest-green-900: #09490E;
--forest-green-950: #052E09;
}