Forest Green
#1BC521
GreenColor Codes
All color formats for development
HEX
#1BC521RGB
rgb(27, 197, 33)HSL
hsl(122, 76%, 44%)OKLCH
oklch(0.716 0.233 142.9)CMYK
cmyk(86%, 0%, 83%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B21D
2#169E1A
3#138A17
4#107614
5#0D6310
6#0B4F0D
7#083B0A
8#052707
9#031403
Tints
Lighter variations
1#1EDF25
2#36E43C
3#4FE754
4#68EA6D
5#81EE85
6#9AF19D
7#B4F5B6
8#CDF8CE
9#E6FCE7
Tones
Muted variations
1#23BD29
2#2CB431
3#35AC38
4#3DA340
5#469B48
6#4E9250
7#578A58
8#5F8160
9#687968
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF2;
--forest-green-100: #E0FBE0;
--forest-green-200: #C5F7C6;
--forest-green-300: #98F19B;
--forest-green-400: #62EA66;
--forest-green-500: #35E33B;
--forest-green-600: #1BC521;
--forest-green-700: #159D1A;
--forest-green-800: #0F7013;
--forest-green-900: #0A480C;
--forest-green-950: #062D07;
}