Forest Green
#278B3A
GreenColor Codes
All color formats for development
HEX
#278B3ARGB
rgb(39, 139, 58)HSL
hsl(131, 56%, 35%)OKLCH
oklch(0.562 0.149 146.4)CMYK
cmyk(72%, 0%, 58%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D34
2#1F6F2E
3#1B6128
4#185423
5#14461D
6#103817
7#0C2A11
8#081C0C
9#040E06
Tints
Lighter variations
1#2FA544
2#36BF4F
3#4ACC62
4#64D378
5#7EDB8F
6#98E2A5
7#B1E9BC
8#CBF0D2
9#E5F8E9
Tones
Muted variations
1#2C863D
2#318140
3#367C43
4#3B7746
5#407249
6#456D4D
7#4A6850
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 | CBF0 #CBF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D886 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6329 | 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: #CBF0D2;
--forest-green-300: #A4E5B0;
--forest-green-400: #74D886;
--forest-green-500: #4CCD64;
--forest-green-600: #31AF48;
--forest-green-700: #278B3A;
--forest-green-800: #1C6329;
--forest-green-900: #12401A;
--forest-green-950: #0B2810;
}