Forest Green
#149F3B
GreenColor Codes
All color formats for development
HEX
#149F3BRGB
rgb(20, 159, 59)HSL
hsl(137, 78%, 35%)OKLCH
oklch(0.614 0.178 146.7)CMYK
cmyk(87%, 0%, 63%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F35
2#107F2F
3#0E6F29
4#0C5F23
5#0A4F1E
6#084018
7#063012
8#04200C
9#021006
Tints
Lighter variations
1#17BC46
2#1BDA51
3#30E564
4#4EE97A
5#6BED90
6#89F0A6
7#A6F4BC
8#C4F8D3
9#E1FBE9
Tones
Muted variations
1#1B983E
2#229141
3#298A44
4#2F8347
5#367C4A
6#3D754D
7#446E50
8#4B6753
9#526056
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF5;
--forest-green-100: #DFFBE7;
--forest-green-200: #C4F8D3;
--forest-green-300: #97F2B1;
--forest-green-400: #60EB88;
--forest-green-500: #33E665;
--forest-green-600: #19C84A;
--forest-green-700: #149F3B;
--forest-green-800: #0E712A;
--forest-green-900: #09491B;
--forest-green-950: #062D11;
}