Forest Green
#1D632A
GreenColor Codes
All color formats for development
HEX
#1D632ARGB
rgb(29, 99, 42)HSL
hsl(131, 55%, 25%)OKLCH
oklch(0.442 0.113 146.6)CMYK
cmyk(71%, 0%, 58%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5925
2#174F21
3#14451D
4#113B19
5#0E3115
6#0B2811
7#091E0C
8#061408
9#030A04
Tints
Lighter variations
1#258036
2#2E9E42
3#37BC4F
4#4DCB64
5#6BD47E
6#88DD98
7#A6E5B2
8#C4EECB
9#E1F6E5
Tones
Muted variations
1#205F2C
2#245C2E
3#275830
4#2B5532
5#2E5135
6#324E37
7#354A39
8#39473B
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D787 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F7E7;
--forest-green-200: #CCF0D2;
--forest-green-300: #A4E5B0;
--forest-green-400: #75D787;
--forest-green-500: #4DCB64;
--forest-green-600: #32AE49;
--forest-green-700: #288A3A;
--forest-green-800: #1D632A;
--forest-green-900: #123F1B;
--forest-green-950: #0B2811;
}