Charcoal
#0C451E
GreenColor Codes
All color formats for development
HEX
#0C451ERGB
rgb(12, 69, 30)HSL
hsl(139, 70%, 16%)OKLCH
oklch(0.344 0.087 149.3)CMYK
cmyk(83%, 0%, 57%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E1B
2#0A3718
3#093115
4#072A12
5#06230F
6#051C0C
7#041509
8#020E06
9#010703
Tints
Lighter variations
1#136A2E
2#198E3E
3#20B34E
4#26D75E
5#49DF78
6#6DE593
7#92ECAE
8#B6F2C9
9#DBF9E4
Tones
Muted variations
1#0F431F
2#124020
3#153D21
4#183A23
5#1B3724
6#1D3425
7#203126
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E48F | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9842 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E1FAE9;
--charcoal-200: #C7F5D5;
--charcoal-300: #9BEDB5;
--charcoal-400: #67E48F;
--charcoal-500: #3CDD6F;
--charcoal-600: #22BF53;
--charcoal-700: #1B9842;
--charcoal-800: #136C2F;
--charcoal-900: #0C451E;
--charcoal-950: #082B13;
}