Charcoal
#0D4422
GreenColor Codes
All color formats for development
HEX
#0D4422RGB
rgb(13, 68, 34)HSL
hsl(143, 68%, 16%)OKLCH
oklch(0.342 0.081 151.7)CMYK
cmyk(81%, 0%, 50%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E1F
2#0A371B
3#093018
4#082915
5#072211
6#051B0E
7#04150A
8#030E07
9#010703
Tints
Lighter variations
1#146934
2#1B8D46
3#22B158
4#28D46A
5#4BDD83
6#6FE49C
7#93EAB5
8#B7F1CD
9#DBF8E6
Tones
Muted variations
1#104223
2#133F24
3#153C24
4#183925
5#1B3726
6#1E3426
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 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E298 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4522 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1F9EA;
--charcoal-200: #C7F4D9;
--charcoal-300: #9CECBB;
--charcoal-400: #69E298;
--charcoal-500: #3EDA7A;
--charcoal-600: #24BC5E;
--charcoal-700: #1D964B;
--charcoal-800: #146B36;
--charcoal-900: #0D4522;
--charcoal-950: #082B15;
}