Forest Green
#248F3D
GreenColor Codes
All color formats for development
HEX
#248F3DRGB
rgb(36, 143, 61)HSL
hsl(134, 60%, 35%)OKLCH
oklch(0.572 0.153 147.1)CMYK
cmyk(75%, 0%, 57%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208137
2#1D7231
3#19642A
4#155624
5#12471E
6#0E3918
7#0B2B12
8#071D0C
9#040E06
Tints
Lighter variations
1#2AA948
2#31C453
3#45D166
4#60D77C
5#7ADE92
6#95E4A7
7#AFEBBD
8#CAF2D3
9#E4F8E9
Tones
Muted variations
1#298940
2#2E8442
3#347F45
4#397948
5#3E744B
6#446F4E
7#496951
8#4F6454
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 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB89 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D168 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | 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: #CAF2D3;
--forest-green-300: #A1E8B2;
--forest-green-400: #70DB89;
--forest-green-500: #47D168;
--forest-green-600: #2DB44C;
--forest-green-700: #248F3D;
--forest-green-800: #1A662B;
--forest-green-900: #10411C;
--forest-green-950: #0A2911;
}