Forest Green
#1C6335
GreenColor Codes
All color formats for development
HEX
#1C6335RGB
rgb(28, 99, 53)HSL
hsl(141, 56%, 25%)OKLCH
oklch(0.444 0.102 151.3)CMYK
cmyk(72%, 0%, 46%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A30
2#16502A
3#144625
4#113C20
5#0E321B
6#0B2815
7#081E10
8#06140B
9#030A05
Tints
Lighter variations
1#248145
2#2D9F55
3#35BD65
4#4CCD79
5#6AD58F
6#88DDA6
7#A5E6BC
8#C3EED2
9#E1F7E9
Tones
Muted variations
1#206036
2#235C37
3#275938
4#2A5539
5#2E523A
6#314E3B
7#354A3D
8#39473E
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D897 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E3F7EA;
--forest-green-200: #CBF0D8;
--forest-green-300: #A4E5BA;
--forest-green-400: #74D897;
--forest-green-500: #4CCD79;
--forest-green-600: #31AF5D;
--forest-green-700: #278B4A;
--forest-green-800: #1C6335;
--forest-green-900: #124022;
--forest-green-950: #0B2815;
}