Forest Green
#17692A
GreenColor Codes
All color formats for development
HEX
#17692ARGB
rgb(23, 105, 42)HSL
hsl(134, 64%, 25%)OKLCH
oklch(0.458 0.123 147)CMYK
cmyk(78%, 0%, 60%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E26
2#125422
3#10491D
4#0E3F19
5#0B3415
6#092A11
7#071F0D
8#051508
9#020A04
Tints
Lighter variations
1#1E8837
2#25A743
3#2CC750
4#43D665
5#62DD7F
6#82E398
7#A1EAB2
8#C0F1CC
9#E0F8E5
Tones
Muted variations
1#1B642C
2#1F602E
3#235C31
4#275833
5#2B5435
6#2F5037
7#344C39
8#38483B
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 #9FEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF87 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | 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: #9FEAB0;
--forest-green-400: #6DDF87;
--forest-green-500: #43D665;
--forest-green-600: #28B84A;
--forest-green-700: #20923B;
--forest-green-800: #17692A;
--forest-green-900: #0F431B;
--forest-green-950: #092A11;
}