Charcoal
#0C4526
GreenColor Codes
All color formats for development
HEX
#0C4526RGB
rgb(12, 69, 38)HSL
hsl(147, 70%, 16%)OKLCH
oklch(0.346 0.079 154.3)CMYK
cmyk(83%, 0%, 45%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E22
2#0A371E
3#09311B
4#072A17
5#062313
6#051C0F
7#04150B
8#020E08
9#010704
Tints
Lighter variations
1#136A3A
2#198E4E
3#20B362
4#26D776
5#49DF8C
6#6DE5A3
7#92ECBA
8#B6F2D1
9#DBF9E8
Tones
Muted variations
1#0F4326
2#124027
3#153D27
4#183A27
5#1B3727
6#1D3428
7#203128
8#232F28
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDC0 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9853 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4526 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E1FAEC;
--charcoal-200: #C7F5DC;
--charcoal-300: #9BEDC0;
--charcoal-400: #67E4A0;
--charcoal-500: #3CDD84;
--charcoal-600: #22BF68;
--charcoal-700: #1B9853;
--charcoal-800: #136C3B;
--charcoal-900: #0C4526;
--charcoal-950: #082B18;
}