Charcoal
#0C4621
GreenColor Codes
All color formats for development
HEX
#0C4621RGB
rgb(12, 70, 33)HSL
hsl(142, 71%, 16%)OKLCH
oklch(0.348 0.086 150.7)CMYK
cmyk(83%, 0%, 53%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F1E
2#09381A
3#083117
4#072A14
5#062311
6#051C0D
7#04150A
8#020E07
9#010703
Tints
Lighter variations
1#126A32
2#188F44
3#1EB455
4#25D867
5#48E080
6#6CE699
7#91ECB3
8#B6F3CC
9#DAF9E6
Tones
Muted variations
1#0F4322
2#124023
3#153D23
4#173A24
5#1A3725
6#1D3426
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 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB9 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E595 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C05B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9948 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4621 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FAEA;
--charcoal-200: #C6F5D8;
--charcoal-300: #9BEEB9;
--charcoal-400: #66E595;
--charcoal-500: #3BDE77;
--charcoal-600: #21C05B;
--charcoal-700: #1A9948;
--charcoal-800: #126D34;
--charcoal-900: #0C4621;
--charcoal-950: #072C15;
}