Charcoal
#084924
GreenColor Codes
All color formats for development
HEX
#084924RGB
rgb(8, 73, 36)HSL
hsl(146, 80%, 16%)OKLCH
oklch(0.357 0.088 152.2)CMYK
cmyk(89%, 0%, 51%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074221
2#073B1D
3#06331A
4#052C16
5#042512
6#031D0F
7#02160B
8#020F07
9#010704
Tints
Lighter variations
1#0C7038
2#11974B
3#15BD5E
4#19E471
5#3EEA88
6#65EEA0
7#8BF2B8
8#B2F6D0
9#D8FBE7
Tones
Muted variations
1#0B4625
2#0F4325
3#124026
4#153C26
5#183927
6#1C3627
7#1F3327
8#222F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E880 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A150 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084924 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBEB;
--charcoal-200: #C3F8DA;
--charcoal-300: #95F3BE;
--charcoal-400: #5EED9C;
--charcoal-500: #30E880;
--charcoal-600: #16CA64;
--charcoal-700: #12A150;
--charcoal-800: #0D7339;
--charcoal-900: #084924;
--charcoal-950: #052E17;
}