Charcoal
#0C4523
GreenColor Codes
All color formats for development
HEX
#0C4523RGB
rgb(12, 69, 35)HSL
hsl(144, 70%, 16%)OKLCH
oklch(0.345 0.082 152.2)CMYK
cmyk(83%, 0%, 49%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E20
2#0A371C
3#093119
4#072A15
5#062312
6#051C0E
7#04150B
8#020E07
9#010704
Tints
Lighter variations
1#136A36
2#198E48
3#20B35A
4#26D76D
5#49DF85
6#6DE59D
7#92ECB6
8#B6F2CE
9#DBF9E7
Tones
Muted variations
1#0F4324
2#124024
3#153D25
4#183A25
5#1B3726
6#1D3427
7#203127
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDBC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E499 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B984D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1FAEB;
--charcoal-200: #C7F5D9;
--charcoal-300: #9BEDBC;
--charcoal-400: #67E499;
--charcoal-500: #3CDD7C;
--charcoal-600: #22BF60;
--charcoal-700: #1B984D;
--charcoal-800: #136C37;
--charcoal-900: #0C4523;
--charcoal-950: #082B16;
}