Forest Green
#1A6633
GreenColor Codes
All color formats for development
HEX
#1A6633RGB
rgb(26, 102, 51)HSL
hsl(140, 59%, 25%)OKLCH
oklch(0.452 0.109 150.1)CMYK
cmyk(75%, 0%, 50%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B2E
2#155129
3#124724
4#103D1F
5#0D331A
6#0A2914
7#081E0F
8#05140A
9#030A05
Tints
Lighter variations
1#228443
2#2AA252
3#32C161
4#49D076
5#67D88D
6#85E0A3
7#A4E7BA
8#C2EFD1
9#E1F7E8
Tones
Muted variations
1#1E6234
2#225E36
3#255A37
4#295638
5#2D5339
6#314F3B
7#344B3C
8#38473D
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E3F8EA;
--forest-green-200: #CAF1D7;
--forest-green-300: #A2E7B9;
--forest-green-400: #71DA94;
--forest-green-500: #49D076;
--forest-green-600: #2EB25A;
--forest-green-700: #258E48;
--forest-green-800: #1A6533;
--forest-green-900: #114121;
--forest-green-950: #0A2914;
}