Forest Green
#1A662F
GreenColor Codes
All color formats for development
HEX
#1A662FRGB
rgb(26, 102, 47)HSL
hsl(137, 59%, 25%)OKLCH
oklch(0.451 0.113 148.5)CMYK
cmyk(75%, 0%, 54%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B2B
2#155126
3#124721
4#103D1C
5#0D3318
6#0A2913
7#081E0E
8#051409
9#030A05
Tints
Lighter variations
1#22843E
2#2AA24C
3#32C15A
4#49D06F
5#67D887
6#85E09F
7#A4E7B7
8#C2EFCF
9#E1F7E7
Tones
Muted variations
1#1E6231
2#225E33
3#255A34
4#295636
5#2D5338
6#314F39
7#344B3B
8#38473C
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB254 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F8E9;
--forest-green-200: #CAF1D5;
--forest-green-300: #A2E7B5;
--forest-green-400: #71DA8F;
--forest-green-500: #49D06F;
--forest-green-600: #2EB254;
--forest-green-700: #258E42;
--forest-green-800: #1A652F;
--forest-green-900: #11411E;
--forest-green-950: #0A2913;
}