Forest Green
#196738
GreenColor Codes
All color formats for development
HEX
#196738RGB
rgb(25, 103, 56)HSL
hsl(144, 61%, 25%)OKLCH
oklch(0.455 0.106 152.3)CMYK
cmyk(76%, 0%, 46%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C32
2#14522D
3#114827
4#0F3E22
5#0C331C
6#0A2916
7#071F11
8#05150B
9#020A06
Tints
Lighter variations
1#208549
2#28A45A
3#2FC36A
4#46D27E
5#65DA94
6#84E1A9
7#A3E9BF
8#C1F0D4
9#E0F8EA
Tones
Muted variations
1#1D6339
2#215F3A
3#255B3A
4#28573B
5#2C533C
6#304F3D
7#344B3D
8#38483E
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E2F8EB;
--forest-green-200: #CAF2DA;
--forest-green-300: #A1E8BD;
--forest-green-400: #6FDC9B;
--forest-green-500: #46D27E;
--forest-green-600: #2CB563;
--forest-green-700: #23904E;
--forest-green-800: #196738;
--forest-green-900: #104224;
--forest-green-950: #0A2916;
}