Forest Green
#219136
GreenColor Codes
All color formats for development
HEX
#219136RGB
rgb(33, 145, 54)HSL
hsl(131, 63%, 35%)OKLCH
oklch(0.576 0.162 145.8)CMYK
cmyk(77%, 0%, 63%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8330
2#1A742B
3#176626
4#145720
5#11491B
6#0D3A15
7#0A2C10
8#071D0B
9#030F05
Tints
Lighter variations
1#27AC40
2#2DC84A
3#42D45D
4#5DDA74
5#78E08B
6#93E6A2
7#AEEDB9
8#C9F3D1
9#E4F9E8
Tones
Muted variations
1#278C39
2#2C863D
3#328140
4#387B44
5#3D7547
6#43704B
7#486A4F
8#4E6452
9#545F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE82 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB743 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186826 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E2F8E6;
--forest-green-200: #C9F3D1;
--forest-green-300: #9FE9AD;
--forest-green-400: #6EDE82;
--forest-green-500: #44D55E;
--forest-green-600: #2AB743;
--forest-green-700: #219136;
--forest-green-800: #186826;
--forest-green-900: #0F4319;
--forest-green-950: #092A0F;
}