Forest Green
#1C6330
GreenColor Codes
All color formats for development
HEX
#1C6330RGB
rgb(28, 99, 48)HSL
hsl(137, 56%, 25%)OKLCH
oklch(0.443 0.107 149)CMYK
cmyk(72%, 0%, 52%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A2B
2#165027
3#144622
4#113C1D
5#0E3218
6#0B2813
7#081E0E
8#06140A
9#030A05
Tints
Lighter variations
1#24813F
2#2D9F4D
3#35BD5C
4#4CCD70
5#6AD588
6#88DDA0
7#A5E6B8
8#C3EECF
9#E1F7E7
Tones
Muted variations
1#206032
2#235C33
3#275935
4#2A5536
5#2E5238
6#314E3A
7#354A3B
8#39473D
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B6 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D890 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F7E9;
--forest-green-200: #CBF0D6;
--forest-green-300: #A4E5B6;
--forest-green-400: #74D890;
--forest-green-500: #4CCD70;
--forest-green-600: #31AF55;
--forest-green-700: #278B44;
--forest-green-800: #1C6330;
--forest-green-900: #12401F;
--forest-green-950: #0B2813;
}