Charcoal
#0C4623
GreenColor Codes
All color formats for development
HEX
#0C4623RGB
rgb(12, 70, 35)HSL
hsl(144, 71%, 16%)OKLCH
oklch(0.349 0.083 151.9)CMYK
cmyk(83%, 0%, 50%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F20
2#09381C
3#083119
4#072A15
5#062312
6#051C0E
7#04150B
8#020E07
9#010704
Tints
Lighter variations
1#126A35
2#188F48
3#1EB45A
4#25D86D
5#48E085
6#6CE69D
7#91ECB6
8#B6F3CE
9#DAF9E7
Tones
Muted variations
1#0F4324
2#124024
3#153D25
4#173A25
5#1A3726
6#1D3426
7#203127
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEBC | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E599 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C060 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A994D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4623 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FAEB;
--charcoal-200: #C6F5D9;
--charcoal-300: #9BEEBC;
--charcoal-400: #66E599;
--charcoal-500: #3BDE7C;
--charcoal-600: #21C060;
--charcoal-700: #1A994D;
--charcoal-800: #126D37;
--charcoal-900: #0C4623;
--charcoal-950: #072C16;
}