Forest Green
#1D6335
GreenColor Codes
All color formats for development
HEX
#1D6335RGB
rgb(29, 99, 53)HSL
hsl(141, 55%, 25%)OKLCH
oklch(0.444 0.102 151.1)CMYK
cmyk(71%, 0%, 46%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5930
2#174F2B
3#144525
4#113B20
5#0E311B
6#0B2815
7#091E10
8#06140B
9#030A05
Tints
Lighter variations
1#258045
2#2E9E55
3#37BC65
4#4DCB79
5#6BD490
6#88DDA6
7#A6E5BC
8#C4EED2
9#E1F6E9
Tones
Muted variations
1#205F36
2#245C37
3#275838
4#2B5539
5#2E513A
6#324E3C
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 | CCF0 #CCF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BB | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D797 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F22 | 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: #CCF0D8;
--forest-green-300: #A4E5BB;
--forest-green-400: #75D797;
--forest-green-500: #4DCB79;
--forest-green-600: #32AE5E;
--forest-green-700: #288A4B;
--forest-green-800: #1D6335;
--forest-green-900: #123F22;
--forest-green-950: #0B2815;
}