Charcoal
#0C4631
GreenColor Codes
All color formats for development
HEX
#0C4631RGB
rgb(12, 70, 49)HSL
hsl(158, 71%, 16%)OKLCH
oklch(0.352 0.069 163.7)CMYK
cmyk(83%, 0%, 30%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F2C
2#093827
3#083122
4#072A1D
5#062318
6#051C13
7#04150F
8#020E0A
9#010705
Tints
Lighter variations
1#126A4A
2#188F63
3#1EB47D
4#25D896
5#48E0A8
6#6CE6BA
7#91ECCB
8#B6F3DC
9#DAF9EE
Tones
Muted variations
1#0F4330
2#12402F
3#153D2E
4#173A2D
5#1A372D
6#1D342C
7#20312B
8#232F2A
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C085 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FAF1;
--charcoal-200: #C6F5E4;
--charcoal-300: #9BEECF;
--charcoal-400: #66E5B7;
--charcoal-500: #3BDEA2;
--charcoal-600: #21C085;
--charcoal-700: #1A996A;
--charcoal-800: #126D4C;
--charcoal-900: #0C4631;
--charcoal-950: #072C1E;
}