Forest Green
#1A662A
GreenColor Codes
All color formats for development
HEX
#1A662ARGB
rgb(26, 102, 42)HSL
hsl(133, 59%, 25%)OKLCH
oklch(0.45 0.118 146.8)CMYK
cmyk(75%, 0%, 59%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B26
2#155122
3#12471E
4#103D19
5#0D3315
6#0A2911
7#081E0D
8#051408
9#030A04
Tints
Lighter variations
1#228437
2#2AA244
3#32C151
4#49D066
5#67D87F
6#85E099
7#A4E7B2
8#C2EFCC
9#E1F7E5
Tones
Muted variations
1#1E622D
2#225E2F
3#255A31
4#295633
5#2D5335
6#314F37
7#344B39
8#38473B
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D066 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F8E7;
--forest-green-200: #CAF1D3;
--forest-green-300: #A2E7B1;
--forest-green-400: #71DA88;
--forest-green-500: #49D066;
--forest-green-600: #2EB24B;
--forest-green-700: #258E3B;
--forest-green-800: #1A652A;
--forest-green-900: #11411B;
--forest-green-950: #0A2911;
}