Charcoal
#084927
GreenColor Codes
All color formats for development
HEX
#084927RGB
rgb(8, 73, 39)HSL
hsl(149, 80%, 16%)OKLCH
oklch(0.358 0.085 154.1)CMYK
cmyk(89%, 0%, 47%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074224
2#073B20
3#06331C
4#052C18
5#042514
6#031D10
7#02160C
8#020F08
9#010704
Tints
Lighter variations
1#0C703D
2#119751
3#15BD66
4#19E47B
5#3EEA91
6#65EEA7
7#8BF2BD
8#B2F6D3
9#D8FBE9
Tones
Muted variations
1#0B4628
2#0F4328
3#124028
4#153C28
5#183928
6#1C3628
7#1F3328
8#222F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E889 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A157 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084928 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBED;
--charcoal-200: #C3F8DD;
--charcoal-300: #95F3C3;
--charcoal-400: #5EEDA3;
--charcoal-500: #30E889;
--charcoal-600: #16CA6D;
--charcoal-700: #12A157;
--charcoal-800: #0D733E;
--charcoal-900: #084928;
--charcoal-950: #052E19;
}