Forest Green
#26BA2E
GreenColor Codes
All color formats for development
HEX
#26BA2ERGB
rgb(38, 186, 46)HSL
hsl(123, 66%, 44%)OKLCH
oklch(0.689 0.213 143.4)CMYK
cmyk(80%, 0%, 75%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A829
2#1F9524
3#1B8220
4#17701B
5#135D17
6#0F4B12
7#0B380E
8#082509
9#041305
Tints
Lighter variations
1#2BD233
2#41D849
3#59DD60
4#71E276
5#88E78D
6#A0ECA4
7#B8F0BB
8#D0F5D1
9#E7FAE8
Tones
Muted variations
1#2EB334
2#35AB3B
3#3CA442
4#449D48
5#4B954F
6#538E56
7#5A865C
8#617F63
9#69786A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE171 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D848 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9424 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4411 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E1F9E3;
--forest-green-200: #C8F4CA;
--forest-green-300: #9EEBA2;
--forest-green-400: #6BE171;
--forest-green-500: #41D848;
--forest-green-600: #26BA2E;
--forest-green-700: #1E9424;
--forest-green-800: #166A1A;
--forest-green-900: #0E4411;
--forest-green-950: #092A0A;
}