Forest Green
#18682C
GreenColor Codes
All color formats for development
HEX
#18682CRGB
rgb(24, 104, 44)HSL
hsl(135, 63%, 25%)OKLCH
oklch(0.456 0.12 147.5)CMYK
cmyk(77%, 0%, 58%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E27
2#135323
3#11491F
4#0E3E1A
5#0C3416
6#092A11
7#071F0D
8#051509
9#020A04
Tints
Lighter variations
1#1F8739
2#26A646
3#2DC553
4#44D568
5#63DC81
6#82E39A
7#A1EAB4
8#C1F1CD
9#E0F8E6
Tones
Muted variations
1#1C642E
2#206030
3#245C32
4#285834
5#2C5436
6#305038
7#344C3A
8#38483C
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8A | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D568 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | 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: #E2F8E8;
--forest-green-200: #C9F3D3;
--forest-green-300: #9FE9B2;
--forest-green-400: #6EDE8A;
--forest-green-500: #44D568;
--forest-green-600: #2AB74D;
--forest-green-700: #21913D;
--forest-green-800: #18682C;
--forest-green-900: #0F431C;
--forest-green-950: #092A11;
}