Forest Green
#1B6531
GreenColor Codes
All color formats for development
HEX
#1B6531RGB
rgb(27, 101, 49)HSL
hsl(138, 58%, 25%)OKLCH
oklch(0.449 0.11 149.3)CMYK
cmyk(73%, 0%, 51%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B2C
2#155127
3#134722
4#103C1D
5#0D3218
6#0B2814
7#081E0F
8#05140A
9#030A05
Tints
Lighter variations
1#238340
2#2BA14E
3#33BF5D
4#4ACF72
5#68D789
6#86DFA1
7#A4E7B8
8#C3EFD0
9#E1F7E7
Tones
Muted variations
1#1E6132
2#225D34
3#265A35
4#2A5637
5#2D5238
6#314F3A
7#354B3B
8#38473D
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA91 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB156 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6531 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E3F8E9;
--forest-green-200: #CBF1D6;
--forest-green-300: #A2E6B7;
--forest-green-400: #72DA91;
--forest-green-500: #4ACF72;
--forest-green-600: #2FB156;
--forest-green-700: #258D45;
--forest-green-800: #1B6531;
--forest-green-900: #11401F;
--forest-green-950: #0B2814;
}