Forest Green
#1B6530
GreenColor Codes
All color formats for development
HEX
#1B6530RGB
rgb(27, 101, 48)HSL
hsl(137, 58%, 25%)OKLCH
oklch(0.448 0.111 148.9)CMYK
cmyk(73%, 0%, 52%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B2B
2#155126
3#134721
4#103C1D
5#0D3218
6#0B2813
7#081E0E
8#05140A
9#030A05
Tints
Lighter variations
1#23833E
2#2BA14C
3#33BF5B
4#4ACF6F
5#68D787
6#86DF9F
7#A4E7B7
8#C3EFCF
9#E1F7E7
Tones
Muted variations
1#1E6131
2#225D33
3#265A35
4#2A5636
5#2D5238
6#314F39
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 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB154 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | 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: #E3F8E9;
--forest-green-200: #CBF1D6;
--forest-green-300: #A2E6B6;
--forest-green-400: #72DA8F;
--forest-green-500: #4ACF6F;
--forest-green-600: #2FB154;
--forest-green-700: #258D43;
--forest-green-800: #1B6530;
--forest-green-900: #11401F;
--forest-green-950: #0B2813;
}