Forest Green
#268C3B
GreenColor Codes
All color formats for development
HEX
#268C3BRGB
rgb(38, 140, 59)HSL
hsl(132, 57%, 35%)OKLCH
oklch(0.564 0.15 146.6)CMYK
cmyk(73%, 0%, 58%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E35
2#1F702F
3#1B6229
4#175423
5#13461D
6#0F3817
7#0C2A12
8#081C0C
9#040E06
Tints
Lighter variations
1#2EA646
2#35C051
3#49CD63
4#63D47A
5#7DDB90
6#97E2A6
7#B1EABC
8#CBF1D3
9#E5F8E9
Tones
Muted variations
1#2B873E
2#318241
3#367D44
4#3B7847
5#40734A
6#456E4D
7#4A6950
8#4F6353
9#545E56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B0 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D987 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE65 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B04A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B642A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F7E7;
--forest-green-200: #CBF1D3;
--forest-green-300: #A3E6B0;
--forest-green-400: #73D987;
--forest-green-500: #4BCE65;
--forest-green-600: #30B04A;
--forest-green-700: #268C3B;
--forest-green-800: #1B642A;
--forest-green-900: #12401B;
--forest-green-950: #0B2811;
}