Forest Green
#1D953D
GreenColor Codes
All color formats for development
HEX
#1D953DRGB
rgb(29, 149, 61)HSL
hsl(136, 67%, 35%)OKLCH
oklch(0.588 0.162 147.3)CMYK
cmyk(81%, 0%, 59%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8637
2#187731
3#15682B
4#125925
5#0F4B1F
6#0C3C19
7#092D12
8#061E0C
9#030F06
Tints
Lighter variations
1#23B149
2#28CC54
3#3DD967
4#59DE7C
5#75E492
6#90E9A8
7#ACEFBE
8#C8F4D3
9#E3FAE9
Tones
Muted variations
1#238F40
2#298943
3#2F8346
4#357D49
5#3B774B
6#41714E
7#476B51
8#4D6554
9#535F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD968 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E1F9E8;
--forest-green-200: #C8F4D3;
--forest-green-300: #9DECB2;
--forest-green-400: #6AE28A;
--forest-green-500: #3FD968;
--forest-green-600: #25BB4D;
--forest-green-700: #1D953D;
--forest-green-800: #156A2C;
--forest-green-900: #0D441C;
--forest-green-950: #082B12;
}