Forest Green
#258D25
GreenColor Codes
All color formats for development
HEX
#258D25RGB
rgb(37, 141, 37)HSL
hsl(120, 58%, 35%)OKLCH
oklch(0.564 0.168 142.9)CMYK
cmyk(74%, 0%, 74%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F22
2#1E711E
3#1A631A
4#165516
5#134713
6#0F380F
7#0B2A0B
8#071C07
9#040E04
Tints
Lighter variations
1#2CA72C
2#33C133
3#48CE48
4#62D562
5#7CDC7C
6#96E396
7#B0EAB0
8#CBF1CB
9#E5F8E5
Tones
Muted variations
1#2B882B
2#308330
3#357D35
4#3A783A
5#3F733F
6#456E45
7#4A694A
8#4F644F
9#545E54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA72 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB12F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114011 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F8E3;
--forest-green-200: #CBF1CB;
--forest-green-300: #A2E6A2;
--forest-green-400: #72DA72;
--forest-green-500: #4ACF4A;
--forest-green-600: #2FB12F;
--forest-green-700: #258D25;
--forest-green-800: #1B651B;
--forest-green-900: #114011;
--forest-green-950: #0B280B;
}