Forest Green
#27B938
GreenColor Codes
All color formats for development
HEX
#27B938RGB
rgb(39, 185, 56)HSL
hsl(127, 65%, 44%)OKLCH
oklch(0.687 0.206 144.3)CMYK
cmyk(79%, 0%, 70%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A733
2#1F942D
3#1B8227
4#186F22
5#145D1C
6#104A17
7#0C3811
8#08250B
9#041306
Tints
Lighter variations
1#2CD13F
2#43D754
3#5ADC69
4#72E17F
5#89E694
6#A1EBA9
7#B8F0BF
8#D0F5D4
9#E7FAEA
Tones
Muted variations
1#2FB23E
2#36AB43
3#3DA349
4#449C4F
5#4C9554
6#538D5A
7#5A865F
8#627F65
9#69776B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE079 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D753 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B938 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E2F9E4;
--forest-green-200: #C8F3CD;
--forest-green-300: #9EEAA7;
--forest-green-400: #6CE079;
--forest-green-500: #42D753;
--forest-green-600: #27B938;
--forest-green-700: #1F932D;
--forest-green-800: #166920;
--forest-green-900: #0E4314;
--forest-green-950: #092A0D;
}