Forest Green
#258E2A
GreenColor Codes
All color formats for development
HEX
#258E2ARGB
rgb(37, 142, 42)HSL
hsl(123, 59%, 35%)OKLCH
oklch(0.568 0.166 143.6)CMYK
cmyk(74%, 0%, 70%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218026
2#1D7221
3#1A631D
4#165519
5#124715
6#0F3911
7#0B2B0D
8#071C08
9#040E04
Tints
Lighter variations
1#2BA832
2#32C339
3#47CF4D
4#61D667
5#7BDD80
6#96E499
7#B0EBB3
8#CAF1CC
9#E5F8E6
Tones
Muted variations
1#2A892F
2#2F8333
3#347E38
4#3A793D
5#3F7442
6#446E46
7#49694B
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 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA76 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB235 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114113 | 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: #CAF1CC;
--forest-green-300: #A2E7A5;
--forest-green-400: #71DA76;
--forest-green-500: #49D04F;
--forest-green-600: #2EB235;
--forest-green-700: #258E2A;
--forest-green-800: #1A651E;
--forest-green-900: #114113;
--forest-green-950: #0A290C;
}