Forest Green
#26BA3A
GreenColor Codes
All color formats for development
HEX
#26BA3ARGB
rgb(38, 186, 58)HSL
hsl(128, 66%, 44%)OKLCH
oklch(0.69 0.206 144.5)CMYK
cmyk(80%, 0%, 69%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A834
2#1F952E
3#1B8229
4#177023
5#135D1D
6#0F4B17
7#0B3811
8#08250C
9#041306
Tints
Lighter variations
1#2BD241
2#41D855
3#59DD6B
4#71E280
5#88E795
6#A0ECAA
7#B8F0BF
8#D0F5D5
9#E7FAEA
Tones
Muted variations
1#2EB33F
2#35AB45
3#3CA44A
4#449D50
5#4B9555
6#538E5A
7#5A8660
8#617F65
9#69786B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA8 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE17B | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D855 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E942E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4415 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E1F9E5;
--forest-green-200: #C8F4CE;
--forest-green-300: #9EEBA8;
--forest-green-400: #6BE17B;
--forest-green-500: #41D855;
--forest-green-600: #26BA3A;
--forest-green-700: #1E942E;
--forest-green-800: #166A21;
--forest-green-900: #0E4415;
--forest-green-950: #092A0D;
}