Green
#09481C
GreenColor Codes
All color formats for development
HEX
#09481CRGB
rgb(9, 72, 28)HSL
hsl(138, 78%, 16%)OKLCH
oklch(0.353 0.095 148.2)CMYK
cmyk(88%, 0%, 61%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084119
2#073A16
3#063314
4#052C11
5#04240E
6#041D0B
7#031608
8#020F06
9#010703
Tints
Lighter variations
1#0E6F2B
2#12953A
3#17BB48
4#1CE157
5#40E772
6#66EC8F
7#8DF1AB
8#B3F6C7
9#D9FAE3
Tones
Muted variations
1#0C451D
2#0F421F
3#133F20
4#163C21
5#193922
6#1C3624
7#1F3225
8#222F26
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF5;
--green-100: #DFFBE8;
--green-200: #C4F8D4;
--green-300: #97F2B2;
--green-400: #60EB8A;
--green-500: #33E668;
--green-600: #19C84D;
--green-700: #149F3D;
--green-800: #0E712C;
--green-900: #09491C;
--green-950: #062D12;
}