Forest Green
#169C21
GreenColor Codes
All color formats for development
HEX
#169C21RGB
rgb(22, 156, 33)HSL
hsl(125, 75%, 35%)OKLCH
oklch(0.603 0.191 143.5)CMYK
cmyk(86%, 0%, 79%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D1E
2#127D1B
3#106D17
4#0D5E14
5#0B4E11
6#093E0D
7#072F0A
8#041F07
9#021003
Tints
Lighter variations
1#1AB928
2#1FD62E
3#34E242
4#51E65D
5#6EEA78
6#8BEE93
7#A8F3AE
8#C5F7C9
9#E2FBE4
Tones
Muted variations
1#1D9527
2#248F2D
3#2A8832
4#318138
5#387B3D
6#3E7443
7#456D49
8#4C674E
9#536054
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0A0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E96E | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E245 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC42A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107018 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470F | 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: #F2FDF3;
--forest-green-100: #E0FBE2;
--forest-green-200: #C5F7C9;
--forest-green-300: #98F0A0;
--forest-green-400: #63E96E;
--forest-green-500: #36E245;
--forest-green-600: #1CC42A;
--forest-green-700: #169C21;
--forest-green-800: #107018;
--forest-green-900: #0A470F;
--forest-green-950: #062D0A;
}