Charcoal
#0D4424
GreenColor Codes
All color formats for development
HEX
#0D4424RGB
rgb(13, 68, 36)HSL
hsl(145, 68%, 16%)OKLCH
oklch(0.343 0.079 153)CMYK
cmyk(81%, 0%, 47%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E21
2#0A371D
3#093019
4#082916
5#072212
6#051B0E
7#04150B
8#030E07
9#010704
Tints
Lighter variations
1#146937
2#1B8D4A
3#22B15D
4#28D470
5#4BDD88
6#6FE4A0
7#93EAB7
8#B7F1CF
9#DBF8E7
Tones
Muted variations
1#104225
2#133F25
3#153C26
4#183926
5#1B3726
6#1E3427
7#203127
8#232E28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29C | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4524 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1F9EB;
--charcoal-200: #C7F4DA;
--charcoal-300: #9CECBE;
--charcoal-400: #69E29C;
--charcoal-500: #3EDA7F;
--charcoal-600: #24BC63;
--charcoal-700: #1D964F;
--charcoal-800: #146B39;
--charcoal-900: #0D4524;
--charcoal-950: #082B17;
}