Forest Green
#1C632E
GreenColor Codes
All color formats for development
HEX
#1C632ERGB
rgb(28, 99, 46)HSL
hsl(135, 56%, 25%)OKLCH
oklch(0.443 0.109 148.2)CMYK
cmyk(72%, 0%, 54%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A29
2#165025
3#144620
4#113C1C
5#0E3217
6#0B2812
7#081E0E
8#061409
9#030A05
Tints
Lighter variations
1#24813C
2#2D9F49
3#35BD57
4#4CCD6C
5#6AD585
6#88DD9D
7#A5E6B6
8#C3EECE
9#E1F7E7
Tones
Muted variations
1#206030
2#235C31
3#275933
4#2A5535
5#2E5237
6#314E39
7#354A3A
8#39473C
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F7E8;
--forest-green-200: #CBF0D5;
--forest-green-300: #A4E5B4;
--forest-green-400: #74D88D;
--forest-green-500: #4CCD6C;
--forest-green-600: #31AF51;
--forest-green-700: #278B40;
--forest-green-800: #1C632E;
--forest-green-900: #12401D;
--forest-green-950: #0B2812;
}