Charcoal
#084926
GreenColor Codes
All color formats for development
HEX
#084926RGB
rgb(8, 73, 38)HSL
hsl(148, 80%, 16%)OKLCH
oklch(0.358 0.086 153.4)CMYK
cmyk(89%, 0%, 48%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074223
2#073B1F
3#06331B
4#052C17
5#042513
6#031D0F
7#02160C
8#020F08
9#010704
Tints
Lighter variations
1#0C703B
2#11974F
3#15BD63
4#19E478
5#3EEA8E
6#65EEA5
7#8BF2BB
8#B2F6D2
9#D8FBE8
Tones
Muted variations
1#0B4627
2#0F4327
3#124027
4#153C27
5#183928
6#1C3628
7#1F3328
8#222F28
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E886 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A154 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF7;
--charcoal-100: #DFFBEC;
--charcoal-200: #C3F8DC;
--charcoal-300: #95F3C1;
--charcoal-400: #5EEDA1;
--charcoal-500: #30E886;
--charcoal-600: #16CA6A;
--charcoal-700: #12A154;
--charcoal-800: #0D733C;
--charcoal-900: #084927;
--charcoal-950: #052E18;
}