Forest Green
#1D6332
GreenColor Codes
All color formats for development
HEX
#1D6332RGB
rgb(29, 99, 50)HSL
hsl(138, 55%, 25%)OKLCH
oklch(0.444 0.105 149.7)CMYK
cmyk(71%, 0%, 49%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A592D
2#174F28
3#144523
4#113B1E
5#0E3119
6#0B2814
7#091E0F
8#06140A
9#030A05
Tints
Lighter variations
1#258041
2#2E9E50
3#37BC5E
4#4DCB73
5#6BD48A
6#88DDA2
7#A6E5B9
8#C4EED0
9#E1F6E8
Tones
Muted variations
1#205F33
2#245C35
3#275836
4#2B5537
5#2E5139
6#324E3A
7#354A3C
8#39473D
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D792 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F20 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E3F7E9;
--forest-green-200: #CCF0D7;
--forest-green-300: #A4E5B7;
--forest-green-400: #75D792;
--forest-green-500: #4DCB73;
--forest-green-600: #32AE58;
--forest-green-700: #288A46;
--forest-green-800: #1D6332;
--forest-green-900: #123F20;
--forest-green-950: #0B2814;
}