Forest Green
#1A662D
GreenColor Codes
All color formats for development
HEX
#1A662DRGB
rgb(26, 102, 45)HSL
hsl(135, 59%, 25%)OKLCH
oklch(0.451 0.115 147.8)CMYK
cmyk(75%, 0%, 56%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B28
2#155124
3#12471F
4#103D1B
5#0D3316
6#0A2912
7#081E0D
8#051409
9#030A04
Tints
Lighter variations
1#22843A
2#2AA248
3#32C155
4#49D06A
5#67D883
6#85E09C
7#A4E7B5
8#C2EFCD
9#E1F7E6
Tones
Muted variations
1#1E622F
2#225E31
3#255A33
4#295634
5#2D5336
6#314F38
7#344B3A
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 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8B | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F8E8;
--forest-green-200: #CAF1D4;
--forest-green-300: #A2E7B3;
--forest-green-400: #71DA8B;
--forest-green-500: #49D06A;
--forest-green-600: #2EB24F;
--forest-green-700: #258E3F;
--forest-green-800: #1A652D;
--forest-green-900: #11411D;
--forest-green-950: #0A2912;
}