Forest Green
#1C631C
GreenColor Codes
All color formats for development
HEX
#1C631CRGB
rgb(28, 99, 28)HSL
hsl(120, 56%, 25%)OKLCH
oklch(0.44 0.126 143.1)CMYK
cmyk(72%, 0%, 72%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A19
2#165016
3#144614
4#113C11
5#0E320E
6#0B280B
7#081E08
8#061406
9#030A03
Tints
Lighter variations
1#248124
2#2D9F2D
3#35BD35
4#4CCD4C
5#6AD56A
6#88DD88
7#A5E6A5
8#C3EEC3
9#E1F7E1
Tones
Muted variations
1#206020
2#235C23
3#275927
4#2A552A
5#2E522E
6#314E31
7#354A35
8#394739
9#3C433C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D874 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD4C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C631C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F7E3;
--forest-green-200: #CBF0CB;
--forest-green-300: #A4E5A4;
--forest-green-400: #74D874;
--forest-green-500: #4CCD4C;
--forest-green-600: #31AF31;
--forest-green-700: #278B27;
--forest-green-800: #1C631C;
--forest-green-900: #124012;
--forest-green-950: #0B280B;
}