Forest Green
#1B6521
GreenColor Codes
All color formats for development
HEX
#1B6521RGB
rgb(27, 101, 33)HSL
hsl(125, 58%, 25%)OKLCH
oklch(0.446 0.125 144.3)CMYK
cmyk(73%, 0%, 67%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B1E
2#15511A
3#134717
4#103C14
5#0D3210
6#0B280D
7#081E0A
8#051407
9#030A03
Tints
Lighter variations
1#23832B
2#2BA135
3#33BF3F
4#4ACF55
5#68D771
6#86DF8E
7#A4E7AA
8#C3EFC6
9#E1F7E3
Tones
Muted variations
1#1E6124
2#225D27
3#265A2A
4#2A562D
5#2D5230
6#314F33
7#354B37
8#38473A
9#3C433D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7B | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6521 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F8E5;
--forest-green-200: #CBF1CE;
--forest-green-300: #A2E6A8;
--forest-green-400: #72DA7B;
--forest-green-500: #4ACF55;
--forest-green-600: #2FB13A;
--forest-green-700: #258D2E;
--forest-green-800: #1B6521;
--forest-green-900: #114015;
--forest-green-950: #0B280D;
}