Charcoal
#0C4532
GreenColor Codes
All color formats for development
HEX
#0C4532RGB
rgb(12, 69, 50)HSL
hsl(160, 70%, 16%)OKLCH
oklch(0.349 0.066 165.7)CMYK
cmyk(83%, 0%, 28%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E2D
2#0A3728
3#093123
4#072A1E
5#062319
6#051C14
7#04150F
8#020E0A
9#010705
Tints
Lighter variations
1#136A4D
2#198E67
3#20B382
4#26D79C
5#49DFAD
6#6DE5BD
7#92ECCE
8#B6F2DE
9#DBF9EF
Tones
Muted variations
1#0F4331
2#124030
3#153D2F
4#183A2F
5#1B372E
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 | E1FA #E1FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD2 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BB | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B986E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4532 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1FAF1;
--charcoal-200: #C7F5E6;
--charcoal-300: #9BEDD2;
--charcoal-400: #67E4BB;
--charcoal-500: #3CDDA7;
--charcoal-600: #22BF8A;
--charcoal-700: #1B986E;
--charcoal-800: #136C4F;
--charcoal-900: #0C4532;
--charcoal-950: #082B1F;
}