Forest Green
#258E2C
GreenColor Codes
All color formats for development
HEX
#258E2CRGB
rgb(37, 142, 44)HSL
hsl(124, 59%, 35%)OKLCH
oklch(0.568 0.165 143.9)CMYK
cmyk(74%, 0%, 69%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218027
2#1D7223
3#1A631F
4#16551A
5#124716
6#0F3911
7#0B2B0D
8#071C09
9#040E04
Tints
Lighter variations
1#2BA834
2#32C33C
3#47CF50
4#61D669
5#7BDD82
6#96E49B
7#B0EBB4
8#CAF1CD
9#E5F8E6
Tones
Muted variations
1#2A8930
2#2F8335
3#347E39
4#3A793E
5#3F7442
6#446E47
7#49694C
8#4F6450
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA78 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D052 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB237 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114114 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F8E4;
--forest-green-200: #CAF1CD;
--forest-green-300: #A2E7A6;
--forest-green-400: #71DA78;
--forest-green-500: #49D052;
--forest-green-600: #2EB237;
--forest-green-700: #258E2C;
--forest-green-800: #1A651F;
--forest-green-900: #114114;
--forest-green-950: #0A290C;
}