Forest Green
#1A6634
GreenColor Codes
All color formats for development
HEX
#1A6634RGB
rgb(26, 102, 52)HSL
hsl(141, 59%, 25%)OKLCH
oklch(0.452 0.108 150.5)CMYK
cmyk(75%, 0%, 49%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B2F
2#15512A
3#124725
4#103D1F
5#0D331A
6#0A2915
7#081E10
8#05140A
9#030A05
Tints
Lighter variations
1#228444
2#2AA254
3#32C164
4#49D078
5#67D88E
6#85E0A5
7#A4E7BB
8#C2EFD2
9#E1F7E8
Tones
Muted variations
1#1E6236
2#225E37
3#255A38
4#295639
5#2D533A
6#314F3B
7#344B3C
8#38473D
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BA | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D078 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6534 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114122 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E3F8EA;
--forest-green-200: #CAF1D8;
--forest-green-300: #A2E7BA;
--forest-green-400: #71DA96;
--forest-green-500: #49D078;
--forest-green-600: #2EB25C;
--forest-green-700: #258E49;
--forest-green-800: #1A6534;
--forest-green-900: #114122;
--forest-green-950: #0A2915;
}