Charcoal
#084922
GreenColor Codes
All color formats for development
HEX
#084922RGB
rgb(8, 73, 34)HSL
hsl(144, 80%, 16%)OKLCH
oklch(0.357 0.09 151.1)CMYK
cmyk(89%, 0%, 53%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07421F
2#073B1B
3#063318
4#052C15
5#042511
6#031D0E
7#02160A
8#020F07
9#010703
Tints
Lighter variations
1#0C7034
2#119746
3#15BD58
4#19E46A
5#3EEA83
6#65EE9C
7#8BF2B4
8#B2F6CD
9#D8FBE6
Tones
Muted variations
1#0B4623
2#0F4324
3#124024
4#153C25
5#183926
6#1C3626
7#1F3327
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 #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED97 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E87A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A14B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7336 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF6;
--charcoal-100: #DFFBEA;
--charcoal-200: #C3F8D9;
--charcoal-300: #95F3BB;
--charcoal-400: #5EED97;
--charcoal-500: #30E87A;
--charcoal-600: #16CA5E;
--charcoal-700: #12A14B;
--charcoal-800: #0D7336;
--charcoal-900: #084922;
--charcoal-950: #052E15;
}