Forest Green
#1C6334
GreenColor Codes
All color formats for development
HEX
#1C6334RGB
rgb(28, 99, 52)HSL
hsl(140, 56%, 25%)OKLCH
oklch(0.444 0.103 150.8)CMYK
cmyk(72%, 0%, 47%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A2F
2#165029
3#144624
4#113C1F
5#0E321A
6#0B2815
7#081E10
8#06140A
9#030A05
Tints
Lighter variations
1#248143
2#2D9F53
3#35BD63
4#4CCD77
5#6AD58E
6#88DDA4
7#A5E6BB
8#C3EED2
9#E1F7E8
Tones
Muted variations
1#206035
2#235C36
3#275937
4#2A5539
5#2E523A
6#314E3B
7#354A3C
8#39473D
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 #A4E5B9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D895 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124021 | 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: #A4E5B9;
--forest-green-400: #74D895;
--forest-green-500: #4CCD77;
--forest-green-600: #31AF5B;
--forest-green-700: #278B49;
--forest-green-800: #1C6334;
--forest-green-900: #124021;
--forest-green-950: #0B2815;
}