Charcoal
#0C4522
GreenColor Codes
All color formats for development
HEX
#0C4522RGB
rgb(12, 69, 34)HSL
hsl(143, 70%, 16%)OKLCH
oklch(0.345 0.083 151.6)CMYK
cmyk(83%, 0%, 51%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E1F
2#0A371B
3#093118
4#072A14
5#062311
6#051C0E
7#04150A
8#020E07
9#010703
Tints
Lighter variations
1#136A34
2#198E46
3#20B358
4#26D76A
5#49DF82
6#6DE59B
7#92ECB4
8#B6F2CD
9#DBF9E6
Tones
Muted variations
1#0F4323
2#124023
3#153D24
4#183A25
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 #9BEDBB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E497 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B984B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4522 | 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: #9BEDBB;
--charcoal-400: #67E497;
--charcoal-500: #3CDD7A;
--charcoal-600: #22BF5E;
--charcoal-700: #1B984B;
--charcoal-800: #136C35;
--charcoal-900: #0C4522;
--charcoal-950: #082B15;
}