Forest Green
#258D30
GreenColor Codes
All color formats for development
HEX
#258D30RGB
rgb(37, 141, 48)HSL
hsl(126, 58%, 35%)OKLCH
oklch(0.565 0.161 144.5)CMYK
cmyk(74%, 0%, 66%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F2B
2#1E7126
3#1A6321
4#16551D
5#134718
6#0F3813
7#0B2A0E
8#071C0A
9#040E05
Tints
Lighter variations
1#2CA739
2#33C142
3#48CE55
4#62D56D
5#7CDC86
6#96E39E
7#B0EAB6
8#CBF1CE
9#E5F8E7
Tones
Muted variations
1#2B8834
2#308338
3#357D3C
4#3A7840
5#3F7345
6#456E49
7#4A694D
8#4F6451
9#545E55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F8E5;
--forest-green-200: #CBF1CE;
--forest-green-300: #A2E6A9;
--forest-green-400: #72DA7C;
--forest-green-500: #4ACF57;
--forest-green-600: #2FB13C;
--forest-green-700: #258D30;
--forest-green-800: #1B6522;
--forest-green-900: #114016;
--forest-green-950: #0B280E;
}