Forest Green
#1A651E
GreenColor Codes
All color formats for development
HEX
#1A651ERGB
rgb(26, 101, 30)HSL
hsl(123, 59%, 25%)OKLCH
oklch(0.446 0.127 143.8)CMYK
cmyk(74%, 0%, 70%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B1B
2#155118
3#124715
4#103D12
5#0D330F
6#0A290C
7#081E09
8#051406
9#030A03
Tints
Lighter variations
1#228427
2#2AA230
3#32C139
4#49D04F
5#67D86D
6#85E08A
7#A4E7A7
8#C2EFC4
9#E1F7E2
Tones
Muted variations
1#1E6221
2#225E25
3#255A28
4#29562B
5#2D532F
6#314F32
7#344B36
8#384739
9#3C443C
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;
}