Forest Green
#258D37
GreenColor Codes
All color formats for development
HEX
#258D37RGB
rgb(37, 141, 55)HSL
hsl(130, 58%, 35%)OKLCH
oklch(0.566 0.155 145.8)CMYK
cmyk(74%, 0%, 61%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F31
2#1E712C
3#1A6326
4#165521
5#13471B
6#0F3816
7#0B2A10
8#071C0B
9#040E05
Tints
Lighter variations
1#2CA741
2#33C14B
3#48CE5E
4#62D575
5#7CDC8C
6#96E3A3
7#B0EABA
8#CBF1D1
9#E5F8E8
Tones
Muted variations
1#2B883A
2#30833E
3#357D41
4#3A7845
5#3F7348
6#456E4B
7#4A694F
8#4F6452
9#545E56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AE | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB145 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114019 | 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: #F3FCF4;
--forest-green-100: #E3F8E6;
--forest-green-200: #CBF1D1;
--forest-green-300: #A2E6AE;
--forest-green-400: #72DA83;
--forest-green-500: #4ACF60;
--forest-green-600: #2FB145;
--forest-green-700: #258D37;
--forest-green-800: #1B6527;
--forest-green-900: #114019;
--forest-green-950: #0B2810;
}