Forest Green
#1B653B
GreenColor Codes
All color formats for development
HEX
#1B653BRGB
rgb(27, 101, 59)HSL
hsl(146, 58%, 25%)OKLCH
oklch(0.451 0.099 154)CMYK
cmyk(73%, 0%, 42%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B35
2#15512F
3#134729
4#103C23
5#0D321D
6#0B2818
7#081E12
8#05140C
9#030A06
Tints
Lighter variations
1#23834C
2#2BA15E
3#33BF70
4#4ACF83
5#68D798
6#86DFAD
7#A4E7C1
8#C3EFD6
9#E1F7EA
Tones
Muted variations
1#1E613B
2#225D3C
3#265A3C
4#2A563D
5#2D523D
6#314F3E
7#354B3E
8#38473F
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF7;
--forest-green-100: #E3F8EC;
--forest-green-200: #CBF1DB;
--forest-green-300: #A2E6C0;
--forest-green-400: #72DA9F;
--forest-green-500: #4ACF83;
--forest-green-600: #2FB168;
--forest-green-700: #258D52;
--forest-green-800: #1B653B;
--forest-green-900: #114026;
--forest-green-950: #0B2818;
}