Forest Green
#31AF31
GreenColor Codes
All color formats for development
HEX
#31AF31RGB
rgb(49, 175, 49)HSL
hsl(120, 56%, 44%)OKLCH
oklch(0.662 0.197 142.9)CMYK
cmyk(72%, 0%, 72%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E2C
2#278C27
3#237B23
4#1E691E
5#195819
6#144614
7#0F350F
8#0A230A
9#051205
Tints
Lighter variations
1#38C538
2#4DCD4D
3#63D363
4#79D979
5#90E090
6#A6E6A6
7#BCECBC
8#D2F2D2
9#E9F9E9
Tones
Muted variations
1#38A938
2#3EA23E
3#449C44
4#4B964B
5#519051
6#578957
7#5D835D
8#647D64
9#6A766A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D874 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD4C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C631C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F7E3;
--forest-green-200: #CBF0CB;
--forest-green-300: #A4E5A4;
--forest-green-400: #74D874;
--forest-green-500: #4CCD4C;
--forest-green-600: #31AF31;
--forest-green-700: #278B27;
--forest-green-800: #1C631C;
--forest-green-900: #124012;
--forest-green-950: #0B280B;
}