Forest Green
#268C39
GreenColor Codes
All color formats for development
HEX
#268C39RGB
rgb(38, 140, 57)HSL
hsl(131, 57%, 35%)OKLCH
oklch(0.564 0.152 146.2)CMYK
cmyk(73%, 0%, 59%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E33
2#1F702E
3#1B6228
4#175422
5#13461D
6#0F3817
7#0C2A11
8#081C0B
9#040E06
Tints
Lighter variations
1#2EA644
2#35C04E
3#49CD61
4#63D478
5#7DDB8E
6#97E2A5
7#B1EABB
8#CBF1D2
9#E5F8E8
Tones
Muted variations
1#2B873C
2#31823F
3#367D43
4#3B7846
5#407349
6#456E4C
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 #CBF1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6AF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D986 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE63 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B048 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6429 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401A | 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: #F3FCF5;
--forest-green-100: #E3F7E7;
--forest-green-200: #CBF1D2;
--forest-green-300: #A3E6AF;
--forest-green-400: #73D986;
--forest-green-500: #4BCE63;
--forest-green-600: #30B048;
--forest-green-700: #268C39;
--forest-green-800: #1B6429;
--forest-green-900: #12401A;
--forest-green-950: #0B2810;
}