Charcoal
#0C452C
GreenColor Codes
All color formats for development
HEX
#0C452CRGB
rgb(12, 69, 44)HSL
hsl(154, 70%, 16%)OKLCH
oklch(0.348 0.072 159.3)CMYK
cmyk(83%, 0%, 36%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E28
2#0A3724
3#09311F
4#072A1B
5#062316
6#051C12
7#04150D
8#020E09
9#010704
Tints
Lighter variations
1#136A44
2#198E5B
3#20B373
4#26D78A
5#49DF9E
6#6DE5B1
7#92ECC5
8#B6F2D8
9#DBF9EC
Tones
Muted variations
1#0F432C
2#12402C
3#153D2B
4#183A2B
5#1B372B
6#1D342A
7#20312A
8#232F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDCA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4AE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9862 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C452D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E1FAEF;
--charcoal-200: #C7F5E1;
--charcoal-300: #9BEDCA;
--charcoal-400: #67E4AE;
--charcoal-500: #3CDD97;
--charcoal-600: #22BF7B;
--charcoal-700: #1B9862;
--charcoal-800: #136C46;
--charcoal-900: #0C452D;
--charcoal-950: #082B1C;
}