Green
#09491F
GreenColor Codes
All color formats for development
HEX
#09491FRGB
rgb(9, 73, 31)HSL
hsl(141, 78%, 16%)OKLCH
oklch(0.356 0.093 149.4)CMYK
cmyk(88%, 0%, 58%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08411C
2#073A19
3#063316
4#052C13
5#042410
6#041D0D
7#031609
8#020F06
9#010703
Tints
Lighter variations
1#0E6F30
2#129540
3#17BB50
4#1CE161
5#40E77B
6#66EC95
7#8DF1B0
8#B3F6CA
9#D9FAE5
Tones
Muted variations
1#0C4520
2#0F4221
3#133F22
4#163C23
5#193924
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 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB91 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7131 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | 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: #C4F8D6;
--green-300: #97F2B7;
--green-400: #60EB91;
--green-500: #33E671;
--green-600: #19C856;
--green-700: #149F44;
--green-800: #0E7131;
--green-900: #09491F;
--green-950: #062D14;
}