Forest Green
#21C023
GreenColor Codes
All color formats for development
HEX
#21C023RGB
rgb(33, 192, 35)HSL
hsl(121, 71%, 44%)OKLCH
oklch(0.704 0.226 142.8)CMYK
cmyk(83%, 0%, 82%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD20
2#1A991C
3#178619
4#147315
5#106012
6#0D4D0E
7#0A3A0B
8#072607
9#031304
Tints
Lighter variations
1#25D828
2#3CDE3E
3#54E256
4#6CE66F
5#85EA87
6#9DEE9F
7#B6F3B7
8#CEF7CF
9#E7FBE7
Tones
Muted variations
1#29B82B
2#30B033
3#38A83A
4#40A042
5#48984A
6#509051
7#588859
8#608061
9#687868
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9C | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E568 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C023 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF2;
--forest-green-100: #E0FAE1;
--forest-green-200: #C6F5C7;
--forest-green-300: #9BEE9C;
--forest-green-400: #66E568;
--forest-green-500: #3BDE3D;
--forest-green-600: #21C023;
--forest-green-700: #1A991C;
--forest-green-800: #126D14;
--forest-green-900: #0C460D;
--forest-green-950: #072C08;
}