Charcoal
#0C4531
GreenColor Codes
All color formats for development
HEX
#0C4531RGB
rgb(12, 69, 49)HSL
hsl(159, 70%, 16%)OKLCH
oklch(0.349 0.067 164.5)CMYK
cmyk(83%, 0%, 29%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E2C
2#0A3727
3#093123
4#072A1E
5#062319
6#051C14
7#04150F
8#020E0A
9#010705
Tints
Lighter variations
1#136A4B
2#198E65
3#20B37F
4#26D799
5#49DFAA
6#6DE5BB
7#92ECCC
8#B6F2DD
9#DBF9EE
Tones
Muted variations
1#0F4331
2#124030
3#153D2F
4#183A2E
5#1B372D
6#1D342C
7#20312B
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 #C7F5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B986C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4531 | 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: #C7F5E5;
--charcoal-300: #9BEDD1;
--charcoal-400: #67E4B8;
--charcoal-500: #3CDDA4;
--charcoal-600: #22BF88;
--charcoal-700: #1B986C;
--charcoal-800: #136C4D;
--charcoal-900: #0C4531;
--charcoal-950: #082B1F;
}