Forest Green
#268C37
GreenColor Codes
All color formats for development
HEX
#268C37RGB
rgb(38, 140, 55)HSL
hsl(130, 57%, 35%)OKLCH
oklch(0.564 0.153 145.8)CMYK
cmyk(73%, 0%, 61%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E32
2#1F702C
3#1B6227
4#175421
5#13461C
6#0F3816
7#0C2A11
8#081C0B
9#040E06
Tints
Lighter variations
1#2EA642
2#35C04C
3#49CD5F
4#63D476
5#7DDB8D
6#97E2A4
7#B1EABA
8#CBF1D1
9#E5F8E8
Tones
Muted variations
1#2B873B
2#31823E
3#367D42
4#3B7845
5#407348
6#456E4C
7#4A694F
8#4F6352
9#545E56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6AE | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D984 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE61 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B046 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6428 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124019 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F7E6;
--forest-green-200: #CBF1D1;
--forest-green-300: #A3E6AE;
--forest-green-400: #73D984;
--forest-green-500: #4BCE61;
--forest-green-600: #30B046;
--forest-green-700: #268C37;
--forest-green-800: #1B6428;
--forest-green-900: #124019;
--forest-green-950: #0B2810;
}