Green
#09491D
GreenColor Codes
All color formats for development
HEX
#09491DRGB
rgb(9, 73, 29)HSL
hsl(139, 78%, 16%)OKLCH
oklch(0.356 0.095 148.5)CMYK
cmyk(88%, 0%, 60%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08411A
2#073A17
3#063314
4#052C11
5#04240F
6#041D0C
7#031609
8#020F06
9#010703
Tints
Lighter variations
1#0E6F2C
2#12953C
3#17BB4B
4#1CE15A
5#40E775
6#66EC91
7#8DF1AC
8#B3F6C8
9#D9FAE3
Tones
Muted variations
1#0C451E
2#0F421F
3#133F21
4#163C22
5#193923
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 #97F2B4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C850 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | 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: #97F2B4;
--green-400: #60EB8C;
--green-500: #33E66B;
--green-600: #19C850;
--green-700: #149F40;
--green-800: #0E712E;
--green-900: #09491D;
--green-950: #062D12;
}