Forest Green
#248F2B
GreenColor Codes
All color formats for development
HEX
#248F2BRGB
rgb(36, 143, 43)HSL
hsl(124, 60%, 35%)OKLCH
oklch(0.57 0.167 143.8)CMYK
cmyk(75%, 0%, 70%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208127
2#1D7222
3#19641E
4#15561A
5#124715
6#0E3911
7#0B2B0D
8#071D09
9#040E04
Tints
Lighter variations
1#2AA933
2#31C43B
3#45D14F
4#60D768
5#7ADE81
6#95E49A
7#AFEBB3
8#CAF2CD
9#E4F8E6
Tones
Muted variations
1#29892F
2#2E8434
3#347F39
4#39793D
5#3E7442
6#446F47
7#49694B
8#4F6450
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A6 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB77 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D151 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB436 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104114 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E2F8E4;
--forest-green-200: #CAF2CD;
--forest-green-300: #A1E8A6;
--forest-green-400: #70DB77;
--forest-green-500: #47D151;
--forest-green-600: #2DB436;
--forest-green-700: #248F2B;
--forest-green-800: #1A661F;
--forest-green-900: #104114;
--forest-green-950: #0A290C;
}