Forest Green
#186829
GreenColor Codes
All color formats for development
HEX
#186829RGB
rgb(24, 104, 41)HSL
hsl(133, 63%, 25%)OKLCH
oklch(0.455 0.123 146.6)CMYK
cmyk(77%, 0%, 61%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E25
2#135321
3#11491D
4#0E3E19
5#0C3414
6#092A10
7#071F0C
8#051508
9#020A04
Tints
Lighter variations
1#1F8735
2#26A642
3#2DC54E
4#44D563
5#63DC7D
6#82E397
7#A1EAB1
8#C1F1CB
9#E0F8E5
Tones
Muted variations
1#1C642B
2#20602E
3#245C30
4#285832
5#2C5434
6#305037
7#344C39
8#38483B
9#3C443D
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 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE86 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219139 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | 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: #C9F3D2;
--forest-green-300: #9FE9AF;
--forest-green-400: #6EDE86;
--forest-green-500: #44D563;
--forest-green-600: #2AB748;
--forest-green-700: #219139;
--forest-green-800: #186829;
--forest-green-900: #0F431A;
--forest-green-950: #092A10;
}