Green
#094915
GreenColor Codes
All color formats for development
HEX
#094915RGB
rgb(9, 73, 21)HSL
hsl(131, 78%, 16%)OKLCH
oklch(0.355 0.103 145.5)CMYK
cmyk(88%, 0%, 71%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084113
2#073A11
3#06330E
4#052C0C
5#04240A
6#041D08
7#031606
8#020F04
9#010702
Tints
Lighter variations
1#0E6F1F
2#12952A
3#17BB35
4#1CE140
5#40E75F
6#66EC7F
7#8DF19F
8#B3F6BF
9#D9FADF
Tones
Muted variations
1#0C4517
2#0F4219
3#133F1B
4#163C1D
5#19391F
6#1C3621
7#1F3223
8#222F25
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB7A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7120 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094915 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF4;
--green-100: #DFFBE4;
--green-200: #C4F8CD;
--green-300: #97F2A7;
--green-400: #60EB7A;
--green-500: #33E654;
--green-600: #19C839;
--green-700: #149F2D;
--green-800: #0E7120;
--green-900: #094915;
--green-950: #062D0D;
}