Charcoal
#0C4628
GreenColor Codes
All color formats for development
HEX
#0C4628RGB
rgb(12, 70, 40)HSL
hsl(149, 71%, 16%)OKLCH
oklch(0.35 0.078 155.4)CMYK
cmyk(83%, 0%, 43%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F24
2#093820
3#08311C
4#072A18
5#062314
6#051C10
7#04150C
8#020E08
9#010704
Tints
Lighter variations
1#126A3D
2#188F52
3#1EB467
4#25D87B
5#48E091
6#6CE6A7
7#91ECBD
8#B6F3D3
9#DAF9E9
Tones
Muted variations
1#0F4328
2#124028
3#153D28
4#173A28
5#1A3728
6#1D3428
7#203129
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEC3 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C06E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9957 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4628 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FAED;
--charcoal-200: #C6F5DD;
--charcoal-300: #9BEEC3;
--charcoal-400: #66E5A4;
--charcoal-500: #3BDE8A;
--charcoal-600: #21C06E;
--charcoal-700: #1A9957;
--charcoal-800: #126D3E;
--charcoal-900: #0C4628;
--charcoal-950: #072C19;
}