Forest Green
#17692B
GreenColor Codes
All color formats for development
HEX
#17692BRGB
rgb(23, 105, 43)HSL
hsl(135, 64%, 25%)OKLCH
oklch(0.458 0.122 147.3)CMYK
cmyk(78%, 0%, 59%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E27
2#125423
3#10491E
4#0E3F1A
5#0B3416
6#092A11
7#071F0D
8#051509
9#020A04
Tints
Lighter variations
1#1E8838
2#25A745
3#2CC752
4#43D668
5#62DD81
6#82E39A
7#A1EAB3
8#C0F1CD
9#E0F8E6
Tones
Muted variations
1#1B642D
2#1F602F
3#235C31
4#275834
5#2B5436
6#2F5038
7#344C3A
8#38483C
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF89 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E7;
--forest-green-200: #C9F3D3;
--forest-green-300: #9FEAB2;
--forest-green-400: #6DDF89;
--forest-green-500: #43D668;
--forest-green-600: #28B84C;
--forest-green-700: #20923D;
--forest-green-800: #17692B;
--forest-green-900: #0F431C;
--forest-green-950: #092A11;
}