Forest Green
#1BC532
GreenColor Codes
All color formats for development
HEX
#1BC532RGB
rgb(27, 197, 50)HSL
hsl(128, 76%, 44%)OKLCH
oklch(0.717 0.225 144)CMYK
cmyk(86%, 0%, 75%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B22D
2#169E28
3#138A23
4#10761E
5#0D6319
6#0B4F14
7#083B0F
8#05270A
9#031405
Tints
Lighter variations
1#1EDF38
2#36E44D
3#4FE763
4#68EA7A
5#81EE90
6#9AF1A6
7#B4F5BC
8#CDF8D3
9#E6FCE9
Tones
Muted variations
1#23BD38
2#2CB43E
3#35AC44
4#3DA34B
5#469B51
6#4E9257
7#578A5D
8#5F8164
9#68796A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA74 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC532 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4812 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E0FBE3;
--forest-green-200: #C5F7CB;
--forest-green-300: #98F1A4;
--forest-green-400: #62EA74;
--forest-green-500: #35E34C;
--forest-green-600: #1BC532;
--forest-green-700: #159D28;
--forest-green-800: #0F701C;
--forest-green-900: #0A4812;
--forest-green-950: #062D0B;
}