Charcoal
#084928
GreenColor Codes
All color formats for development
HEX
#084928RGB
rgb(8, 73, 40)HSL
hsl(150, 80%, 16%)OKLCH
oklch(0.358 0.084 154.8)CMYK
cmyk(89%, 0%, 45%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074225
2#073B21
3#06331D
4#052C18
5#042514
6#031D10
7#02160C
8#020F08
9#010704
Tints
Lighter variations
1#0C703E
2#119754
3#15BD69
4#19E47E
5#3EEA94
6#65EEA9
7#8BF2BF
8#B2F6D4
9#D8FBEA
Tones
Muted variations
1#0B4629
2#0F4329
3#124029
4#153C29
5#183929
6#1C3629
7#1F3329
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 #C3F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E88C | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084929 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBED;
--charcoal-200: #C3F8DE;
--charcoal-300: #95F3C4;
--charcoal-400: #5EEDA6;
--charcoal-500: #30E88C;
--charcoal-600: #16CA70;
--charcoal-700: #12A159;
--charcoal-800: #0D7340;
--charcoal-900: #084929;
--charcoal-950: #052E1A;
}