Forest Green
#18682A
GreenColor Codes
All color formats for development
HEX
#18682ARGB
rgb(24, 104, 42)HSL
hsl(134, 63%, 25%)OKLCH
oklch(0.456 0.122 146.9)CMYK
cmyk(77%, 0%, 60%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E26
2#135322
3#11491E
4#0E3E19
5#0C3415
6#092A11
7#071F0D
8#051508
9#020A04
Tints
Lighter variations
1#1F8737
2#26A644
3#2DC550
4#44D566
5#63DC7F
6#82E399
7#A1EAB2
8#C1F1CC
9#E0F8E5
Tones
Muted variations
1#1C642C
2#20602F
3#245C31
4#285833
5#2C5435
6#305037
7#344C39
8#38483B
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE88 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D566 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E2F8E7;
--forest-green-200: #C9F3D3;
--forest-green-300: #9FE9B1;
--forest-green-400: #6EDE88;
--forest-green-500: #44D566;
--forest-green-600: #2AB74B;
--forest-green-700: #21913B;
--forest-green-800: #18682A;
--forest-green-900: #0F431B;
--forest-green-950: #092A11;
}