Forest Green
#1D953B
GreenColor Codes
All color formats for development
HEX
#1D953BRGB
rgb(29, 149, 59)HSL
hsl(135, 67%, 35%)OKLCH
oklch(0.587 0.164 146.9)CMYK
cmyk(81%, 0%, 60%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8635
2#18772F
3#15682A
4#125924
5#0F4B1E
6#0C3C18
7#092D12
8#061E0C
9#030F06
Tints
Lighter variations
1#23B146
2#28CC51
3#3DD964
4#59DE7A
5#75E490
6#90E9A6
7#ACEFBD
8#C8F4D3
9#E3FAE9
Tones
Muted variations
1#238F3E
2#298941
3#2F8344
4#357D47
5#3B774A
6#41714D
7#476B50
8#4D6553
9#535F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE288 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD966 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E1F9E7;
--forest-green-200: #C8F4D3;
--forest-green-300: #9DECB1;
--forest-green-400: #6AE288;
--forest-green-500: #3FD966;
--forest-green-600: #25BB4B;
--forest-green-700: #1D953B;
--forest-green-800: #156A2A;
--forest-green-900: #0D441B;
--forest-green-950: #082B11;
}