Charcoal
#0C4634
GreenColor Codes
All color formats for development
HEX
#0C4634RGB
rgb(12, 70, 52)HSL
hsl(161, 71%, 16%)OKLCH
oklch(0.353 0.066 167.2)CMYK
cmyk(83%, 0%, 26%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F2E
2#093829
3#083124
4#072A1F
5#06231A
6#051C15
7#04150F
8#020E0A
9#010705
Tints
Lighter variations
1#126A4E
2#188F69
3#1EB484
4#25D89F
5#48E0B0
6#6CE6C0
7#91ECCF
8#B6F3DF
9#DAF9EF
Tones
Muted variations
1#0F4332
2#124031
3#153D30
4#173A2F
5#1A372E
6#1D342D
7#20312C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BD | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4633 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FAF2;
--charcoal-200: #C6F5E6;
--charcoal-300: #9BEED4;
--charcoal-400: #66E5BD;
--charcoal-500: #3BDEAA;
--charcoal-600: #21C08D;
--charcoal-700: #1A9970;
--charcoal-800: #126D50;
--charcoal-900: #0C4633;
--charcoal-950: #072C20;
}