Forest Green
#1A663B
GreenColor Codes
All color formats for development
HEX
#1A663BRGB
rgb(26, 102, 59)HSL
hsl(146, 59%, 25%)OKLCH
oklch(0.453 0.101 153.9)CMYK
cmyk(75%, 0%, 42%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B35
2#15512F
3#124729
4#103D23
5#0D331D
6#0A2917
7#081E12
8#05140C
9#030A06
Tints
Lighter variations
1#22844C
2#2AA25E
3#32C170
4#49D083
5#67D898
6#85E0AC
7#A4E7C1
8#C2EFD6
9#E1F7EA
Tones
Muted variations
1#1E623B
2#225E3C
3#255A3C
4#29563D
5#2D533D
6#314F3E
7#344B3E
8#38473F
9#3C443F
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 | CAF1 #CAF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D083 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | 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: #CAF1DB;
--forest-green-300: #A2E7C0;
--forest-green-400: #71DA9F;
--forest-green-500: #49D083;
--forest-green-600: #2EB267;
--forest-green-700: #258E52;
--forest-green-800: #1A653B;
--forest-green-900: #114126;
--forest-green-950: #0A2917;
}