Charcoal
#0C4520
GreenColor Codes
All color formats for development
HEX
#0C4520RGB
rgb(12, 69, 32)HSL
hsl(141, 70%, 16%)OKLCH
oklch(0.345 0.085 150.4)CMYK
cmyk(83%, 0%, 54%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E1D
2#0A371A
3#093117
4#072A13
5#062310
6#051C0D
7#04150A
8#020E06
9#010703
Tints
Lighter variations
1#136A31
2#198E42
3#20B353
4#26D764
5#49DF7D
6#6DE597
7#92ECB1
8#B6F2CB
9#DBF9E5
Tones
Muted variations
1#0F4321
2#124022
3#153D23
4#183A24
5#1B3725
6#1D3425
7#203126
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 #E1FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB8 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E493 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9847 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1FAE9;
--charcoal-200: #C7F5D7;
--charcoal-300: #9BEDB8;
--charcoal-400: #67E493;
--charcoal-500: #3CDD74;
--charcoal-600: #22BF59;
--charcoal-700: #1B9847;
--charcoal-800: #136C32;
--charcoal-900: #0C4520;
--charcoal-950: #082B14;
}