Forest Green
#1C6333
GreenColor Codes
All color formats for development
HEX
#1C6333RGB
rgb(28, 99, 51)HSL
hsl(139, 56%, 25%)OKLCH
oklch(0.443 0.104 150.3)CMYK
cmyk(72%, 0%, 48%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A2E
2#165029
3#144623
4#113C1E
5#0E3219
6#0B2814
7#081E0F
8#06140A
9#030A05
Tints
Lighter variations
1#248142
2#2D9F51
3#35BD60
4#4CCD75
5#6AD58C
6#88DDA3
7#A5E6BA
8#C3EED1
9#E1F7E8
Tones
Muted variations
1#206034
2#235C35
3#275937
4#2A5538
5#2E5239
6#314E3B
7#354A3C
8#39473D
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D893 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6333 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | 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: #E3F7E9;
--forest-green-200: #CBF0D7;
--forest-green-300: #A4E5B8;
--forest-green-400: #74D893;
--forest-green-500: #4CCD75;
--forest-green-600: #31AF59;
--forest-green-700: #278B47;
--forest-green-800: #1C6333;
--forest-green-900: #124020;
--forest-green-950: #0B2814;
}