Charcoal
#084923
GreenColor Codes
All color formats for development
HEX
#084923RGB
rgb(8, 73, 35)HSL
hsl(145, 80%, 16%)OKLCH
oklch(0.357 0.089 151.6)CMYK
cmyk(89%, 0%, 52%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074220
2#073B1C
3#063319
4#052C15
5#042512
6#031D0E
7#02160B
8#020F07
9#010704
Tints
Lighter variations
1#0C7036
2#119748
3#15BD5B
4#19E46E
5#3EEA86
6#65EE9E
7#8BF2B6
8#B2F6CE
9#D8FBE7
Tones
Muted variations
1#0B4624
2#0F4324
3#124025
4#153C26
5#183926
6#1C3627
7#1F3327
8#222F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BD | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9A | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E87D | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A14D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF6;
--charcoal-100: #DFFBEB;
--charcoal-200: #C3F8D9;
--charcoal-300: #95F3BD;
--charcoal-400: #5EED9A;
--charcoal-500: #30E87D;
--charcoal-600: #16CA61;
--charcoal-700: #12A14D;
--charcoal-800: #0D7337;
--charcoal-900: #084923;
--charcoal-950: #052E16;
}