Charcoal
#0C4521
GreenColor Codes
All color formats for development
HEX
#0C4521RGB
rgb(12, 69, 33)HSL
hsl(142, 70%, 16%)OKLCH
oklch(0.345 0.084 150.9)CMYK
cmyk(83%, 0%, 52%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E1E
2#0A371B
3#093117
4#072A14
5#062311
6#051C0D
7#04150A
8#020E07
9#010703
Tints
Lighter variations
1#136A33
2#198E44
3#20B355
4#26D767
5#49DF80
6#6DE599
7#92ECB3
8#B6F2CC
9#DBF9E6
Tones
Muted variations
1#0F4322
2#124023
3#153D23
4#183A24
5#1B3725
6#1D3426
7#203127
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E495 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9849 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4521 | 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: #E1FAEA;
--charcoal-200: #C7F5D8;
--charcoal-300: #9BEDB9;
--charcoal-400: #67E495;
--charcoal-500: #3CDD77;
--charcoal-600: #22BF5B;
--charcoal-700: #1B9849;
--charcoal-800: #136C34;
--charcoal-900: #0C4521;
--charcoal-950: #082B15;
}