Forest Green
#1A6637
GreenColor Codes
All color formats for development
HEX
#1A6637RGB
rgb(26, 102, 55)HSL
hsl(143, 59%, 25%)OKLCH
oklch(0.452 0.105 151.9)CMYK
cmyk(75%, 0%, 46%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B31
2#15512C
3#124726
4#103D21
5#0D331B
6#0A2916
7#081E10
8#05140B
9#030A05
Tints
Lighter variations
1#228447
2#2AA258
3#32C168
4#49D07C
5#67D892
6#85E0A8
7#A4E7BE
8#C2EFD3
9#E1F7E9
Tones
Muted variations
1#1E6238
2#225E39
3#255A3A
4#29563A
5#2D533B
6#314F3C
7#344B3D
8#38473E
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA99 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D07C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB261 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114123 | 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: #E3F8EB;
--forest-green-200: #CAF1D9;
--forest-green-300: #A2E7BC;
--forest-green-400: #71DA99;
--forest-green-500: #49D07C;
--forest-green-600: #2EB261;
--forest-green-700: #258E4D;
--forest-green-800: #1A6537;
--forest-green-900: #114123;
--forest-green-950: #0A2916;
}