Forest Green
#258D2E
GreenColor Codes
All color formats for development
HEX
#258D2ERGB
rgb(37, 141, 46)HSL
hsl(125, 58%, 35%)OKLCH
oklch(0.565 0.162 144.2)CMYK
cmyk(74%, 0%, 67%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F2A
2#1E7125
3#1A6320
4#16551C
5#134717
6#0F3812
7#0B2A0E
8#071C09
9#040E05
Tints
Lighter variations
1#2CA737
2#33C13F
3#48CE53
4#62D56B
5#7CDC84
6#96E39D
7#B0EAB5
8#CBF1CE
9#E5F8E6
Tones
Muted variations
1#2B8832
2#308337
3#357D3B
4#3A783F
5#3F7344
6#456E48
7#4A694C
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 #A2E6A8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7B | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6521 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | 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: #A2E6A8;
--forest-green-400: #72DA7B;
--forest-green-500: #4ACF55;
--forest-green-600: #2FB13A;
--forest-green-700: #258D2E;
--forest-green-800: #1B6521;
--forest-green-900: #114015;
--forest-green-950: #0B280D;
}