Charcoal
#0C4525
GreenColor Codes
All color formats for development
HEX
#0C4525RGB
rgb(12, 69, 37)HSL
hsl(146, 70%, 16%)OKLCH
oklch(0.346 0.08 153.6)CMYK
cmyk(83%, 0%, 46%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E21
2#0A371E
3#09311A
4#072A16
5#062312
6#051C0F
7#04150B
8#020E07
9#010704
Tints
Lighter variations
1#136A38
2#198E4C
3#20B35F
4#26D773
5#49DF8A
6#6DE5A1
7#92ECB9
8#B6F2D0
9#DBF9E8
Tones
Muted variations
1#0F4325
2#124026
3#153D26
4#183A27
5#1B3727
6#1D3427
7#203128
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDBF | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E49D | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9851 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4525 | 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: #F2FDF7;
--charcoal-100: #E1FAEB;
--charcoal-200: #C7F5DB;
--charcoal-300: #9BEDBF;
--charcoal-400: #67E49D;
--charcoal-500: #3CDD82;
--charcoal-600: #22BF66;
--charcoal-700: #1B9851;
--charcoal-800: #136C3A;
--charcoal-900: #0C4525;
--charcoal-950: #082B17;
}