Forest Green
#1B6430
GreenColor Codes
All color formats for development
HEX
#1B6430RGB
rgb(27, 100, 48)HSL
hsl(137, 57%, 25%)OKLCH
oklch(0.446 0.109 149)CMYK
cmyk(73%, 0%, 52%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A2B
2#165026
3#134622
4#103C1D
5#0E3218
6#0B2813
7#081E0E
8#05140A
9#030A05
Tints
Lighter variations
1#24823E
2#2CA04D
3#34BE5B
4#4BCE70
5#69D688
6#87DEA0
7#A5E6B7
8#C3EFCF
9#E1F7E7
Tones
Muted variations
1#1F6032
2#235D33
3#265935
4#2A5636
5#2E5238
6#314E39
7#354B3B
8#38473D
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D990 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B054 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6430 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F7E9;
--forest-green-200: #CBF1D6;
--forest-green-300: #A3E6B6;
--forest-green-400: #73D990;
--forest-green-500: #4BCE70;
--forest-green-600: #30B054;
--forest-green-700: #268C43;
--forest-green-800: #1B6430;
--forest-green-900: #12401F;
--forest-green-950: #0B2813;
}