Forest Green
#2AB73A
GreenColor Codes
All color formats for development
HEX
#2AB73ARGB
rgb(42, 183, 58)HSL
hsl(127, 63%, 44%)OKLCH
oklch(0.682 0.202 144.3)CMYK
cmyk(77%, 0%, 68%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A534
2#21922E
3#1D8029
4#196E23
5#155B1D
6#114917
7#0C3711
8#08250C
9#041206
Tints
Lighter variations
1#2FCE41
2#45D556
3#5CDA6B
4#73DF80
5#8BE595
6#A2EAAA
7#B9EFBF
8#D0F4D5
9#E8FAEA
Tones
Muted variations
1#31B03F
2#38A945
3#3FA24A
4#469B50
5#4D9455
6#548C5B
7#5B8560
8#627E65
9#69776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D555 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186821 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E2F8E5;
--forest-green-200: #C9F3CE;
--forest-green-300: #9FE9A8;
--forest-green-400: #6EDE7B;
--forest-green-500: #44D555;
--forest-green-600: #2AB73A;
--forest-green-700: #21912E;
--forest-green-800: #186821;
--forest-green-900: #0F4315;
--forest-green-950: #092A0D;
}