Forest Green
#21913B
GreenColor Codes
All color formats for development
HEX
#21913BRGB
rgb(33, 145, 59)HSL
hsl(134, 63%, 35%)OKLCH
oklch(0.577 0.158 146.8)CMYK
cmyk(77%, 0%, 59%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8335
2#1A742F
3#176629
4#145724
5#11491E
6#0D3A18
7#0A2C12
8#071D0C
9#030F06
Tints
Lighter variations
1#27AC46
2#2DC851
3#42D464
4#5DDA7A
5#78E090
6#93E6A6
7#AEEDBD
8#C9F3D3
9#E4F9E9
Tones
Muted variations
1#278C3E
2#2C8641
3#328144
4#387B47
5#3D754A
6#43704D
7#486A50
8#4E6453
9#545F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE88 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D566 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E2F8E7;
--forest-green-200: #C9F3D3;
--forest-green-300: #9FE9B1;
--forest-green-400: #6EDE88;
--forest-green-500: #44D566;
--forest-green-600: #2AB74B;
--forest-green-700: #21913B;
--forest-green-800: #18682A;
--forest-green-900: #0F431B;
--forest-green-950: #092A11;
}