Green
#084912
GreenColor Codes
All color formats for development
HEX
#084912RGB
rgb(8, 73, 18)HSL
hsl(129, 80%, 16%)OKLCH
oklch(0.354 0.106 144.8)CMYK
cmyk(89%, 0%, 75%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074210
2#073B0E
3#06330D
4#052C0B
5#042509
6#031D07
7#021605
8#020F04
9#010702
Tints
Lighter variations
1#0C701B
2#119725
3#15BD2E
4#19E438
5#3EEA58
6#65EE79
7#8BF29B
8#B2F6BC
9#D8FBDE
Tones
Muted variations
1#0B4614
2#0F4317
3#124019
4#153C1B
5#18391D
6#1C3620
7#1F3322
8#222F24
9#262C27
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 #C3F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED74 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E84C | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A127 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D731C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084912 | 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: #C3F8CB;
--green-300: #95F3A4;
--green-400: #5EED74;
--green-500: #30E84C;
--green-600: #16CA31;
--green-700: #12A127;
--green-800: #0D731C;
--green-900: #084912;
--green-950: #052E0B;
}