Forest Green
#146C21
GreenColor Codes
All color formats for development
HEX
#146C21RGB
rgb(20, 108, 33)HSL
hsl(129, 69%, 25%)OKLCH
oklch(0.465 0.136 144.9)CMYK
cmyk(81%, 0%, 69%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12611E
2#10561A
3#0E4B17
4#0C4114
5#0A3610
6#082B0D
7#06200A
8#041607
9#020B03
Tints
Lighter variations
1#1A8C2B
2#20AC35
3#26CD3F
4#3DDB55
5#5DE171
6#7EE78E
7#9EEDAA
8#BEF3C6
9#DFF9E3
Tones
Muted variations
1#186724
2#1D6327
3#215F2A
4#255A2D
5#2A5630
6#2E5133
7#334D37
8#37493A
9#3B443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37B | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C972E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4515 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF4;
--forest-green-100: #E1F9E5;
--forest-green-200: #C7F5CE;
--forest-green-300: #9CEDA8;
--forest-green-400: #68E37B;
--forest-green-500: #3DDB55;
--forest-green-600: #23BE3A;
--forest-green-700: #1C972E;
--forest-green-800: #146C21;
--forest-green-900: #0D4515;
--forest-green-950: #082B0D;
}