Green
#084911
GreenColor Codes
All color formats for development
HEX
#084911RGB
rgb(8, 73, 17)HSL
hsl(128, 80%, 16%)OKLCH
oklch(0.354 0.106 144.5)CMYK
cmyk(89%, 0%, 77%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07420F
2#073B0D
3#06330C
4#052C0A
5#042508
6#031D07
7#021605
8#020F03
9#010702
Tints
Lighter variations
1#0C701A
2#119723
3#15BD2B
4#19E434
5#3EEA55
6#65EE77
7#8BF299
8#B2F6BB
9#D8FBDD
Tones
Muted variations
1#0B4613
2#0F4316
3#124018
4#153C1A
5#18391D
6#1C361F
7#1F3322
8#222F24
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED71 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E849 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A125 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D731A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084911 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF3;
--green-100: #DFFBE3;
--green-200: #C3F8CA;
--green-300: #95F3A2;
--green-400: #5EED71;
--green-500: #30E849;
--green-600: #16CA2E;
--green-700: #12A125;
--green-800: #0D731A;
--green-900: #084911;
--green-950: #052E0B;
}