Forest Green
#166A2F
GreenColor Codes
All color formats for development
HEX
#166A2FRGB
rgb(22, 106, 47)HSL
hsl(138, 66%, 25%)OKLCH
oklch(0.462 0.12 148.5)CMYK
cmyk(79%, 0%, 56%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F2A
2#115526
3#0F4A21
4#0D3F1C
5#0B3517
6#092A13
7#07200E
8#041509
9#020B05
Tints
Lighter variations
1#1C8A3D
2#23A94B
3#29C959
4#41D86E
5#60DE86
6#80E59E
7#A0EBB6
8#C0F2CF
9#DFF8E7
Tones
Muted variations
1#1A6631
2#1E6132
3#225D34
4#275936
5#2B5537
6#2F5139
7#334C3B
8#37483C
9#3C443E
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 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D86E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9442 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | 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: #C8F4D5;
--forest-green-300: #9EEBB5;
--forest-green-400: #6BE18E;
--forest-green-500: #41D86E;
--forest-green-600: #26BA53;
--forest-green-700: #1E9442;
--forest-green-800: #166A2F;
--forest-green-900: #0E441E;
--forest-green-950: #092A13;
}