Forest Green
#2CB539
GreenColor Codes
All color formats for development
HEX
#2CB539RGB
rgb(44, 181, 57)HSL
hsl(126, 61%, 44%)OKLCH
oklch(0.677 0.2 144.1)CMYK
cmyk(76%, 0%, 69%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A334
2#23912E
3#1F7E28
4#1A6C22
5#165A1D
6#124817
7#0D3611
8#09240B
9#041206
Tints
Lighter variations
1#31CC41
2#47D255
3#5ED86A
4#75DE80
5#8CE395
6#A3E9AA
7#BAEEBF
8#D1F4D5
9#E8F9EA
Tones
Muted variations
1#33AE3F
2#39A744
3#40A04A
4#47994F
5#4E9255
6#558C5A
7#5C8560
8#637E65
9#69776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7A | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D254 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB539 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196721 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104215 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E2F8E4;
--forest-green-200: #CAF2CE;
--forest-green-300: #A1E8A8;
--forest-green-400: #6FDC7A;
--forest-green-500: #46D254;
--forest-green-600: #2CB539;
--forest-green-700: #23902E;
--forest-green-800: #196721;
--forest-green-900: #104215;
--forest-green-950: #0A290D;
}