Green
#094820
GreenColor Codes
All color formats for development
HEX
#094820RGB
rgb(9, 72, 32)HSL
hsl(142, 78%, 16%)OKLCH
oklch(0.354 0.091 150.1)CMYK
cmyk(88%, 0%, 56%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08411D
2#073A1A
3#063317
4#052C13
5#042410
6#041D0D
7#03160A
8#020F06
9#010703
Tints
Lighter variations
1#0E6F31
2#129542
3#17BB53
4#1CE164
5#40E77E
6#66EC97
7#8DF1B1
8#B3F6CB
9#D9FAE5
Tones
Muted variations
1#0C4521
2#0F4222
3#133F23
4#163C24
5#193925
6#1C3625
7#1F3226
8#222F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB93 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C859 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7132 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF6;
--green-100: #DFFBE9;
--green-200: #C4F8D7;
--green-300: #97F2B8;
--green-400: #60EB93;
--green-500: #33E674;
--green-600: #19C859;
--green-700: #149F47;
--green-800: #0E7132;
--green-900: #094920;
--green-950: #062D14;
}