Charcoal
#0D4423
GreenColor Codes
All color formats for development
HEX
#0D4423RGB
rgb(13, 68, 35)HSL
hsl(144, 68%, 16%)OKLCH
oklch(0.343 0.08 152.3)CMYK
cmyk(81%, 0%, 49%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E20
2#0A371C
3#093019
4#082915
5#072212
6#051B0E
7#04150B
8#030E07
9#010704
Tints
Lighter variations
1#146936
2#1B8D48
3#22B15B
4#28D46D
5#4BDD85
6#6FE49E
7#93EAB6
8#B7F1CE
9#DBF8E7
Tones
Muted variations
1#104224
2#133F24
3#153C25
4#183925
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 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29A | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1F9EB;
--charcoal-200: #C7F4D9;
--charcoal-300: #9CECBC;
--charcoal-400: #69E29A;
--charcoal-500: #3EDA7D;
--charcoal-600: #24BC61;
--charcoal-700: #1D964D;
--charcoal-800: #146B37;
--charcoal-900: #0D4523;
--charcoal-950: #082B16;
}