Forest Green
#186832
GreenColor Codes
All color formats for development
HEX
#186832RGB
rgb(24, 104, 50)HSL
hsl(140, 63%, 25%)OKLCH
oklch(0.457 0.114 149.7)CMYK
cmyk(77%, 0%, 52%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E2D
2#135328
3#114923
4#0E3E1E
5#0C3419
6#092A14
7#071F0F
8#05150A
9#020A05
Tints
Lighter variations
1#1F8741
2#26A651
3#2DC560
4#44D574
5#63DC8B
6#82E3A2
7#A1EABA
8#C1F1D1
9#E0F8E8
Tones
Muted variations
1#1C6434
2#206035
3#245C36
4#285838
5#2C5439
6#30503A
7#344C3C
8#38483D
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE93 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D574 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219147 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186832 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E2F8E9;
--forest-green-200: #C9F3D7;
--forest-green-300: #9FE9B8;
--forest-green-400: #6EDE93;
--forest-green-500: #44D574;
--forest-green-600: #2AB759;
--forest-green-700: #219147;
--forest-green-800: #186832;
--forest-green-900: #0F4320;
--forest-green-950: #092A14;
}