Forest Green
#10703B
GreenColor Codes
All color formats for development
HEX
#10703BRGB
rgb(16, 112, 59)HSL
hsl(147, 75%, 25%)OKLCH
oklch(0.48 0.119 152.6)CMYK
cmyk(86%, 0%, 47%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6435
2#0D592F
3#0B4E29
4#0A4323
5#08381D
6#062D18
7#052112
8#03160C
9#020B06
Tints
Lighter variations
1#15914D
2#19B35E
3#1ED470
4#36E284
5#58E798
6#79ECAD
7#9BF1C1
8#BCF5D6
9#DEFAEA
Tones
Muted variations
1#156B3B
2#19663C
3#1E613C
4#235C3D
5#28583D
6#2D533E
7#314E3E
8#36493F
9#3B453F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E284 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC468 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4726 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF7;
--forest-green-100: #E0FBEC;
--forest-green-200: #C5F7DB;
--forest-green-300: #98F0C0;
--forest-green-400: #63E99F;
--forest-green-500: #36E284;
--forest-green-600: #1CC468;
--forest-green-700: #169C53;
--forest-green-800: #10703B;
--forest-green-900: #0A4726;
--forest-green-950: #062D18;
}