Charcoal
#0C4533
GreenColor Codes
All color formats for development
HEX
#0C4533RGB
rgb(12, 69, 51)HSL
hsl(161, 70%, 16%)OKLCH
oklch(0.35 0.065 166.9)CMYK
cmyk(83%, 0%, 26%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E2E
2#0A3729
3#093124
4#072A1F
5#06231A
6#051C15
7#04150F
8#020E0A
9#010705
Tints
Lighter variations
1#136A4E
2#198E69
3#20B384
4#26D79F
5#49DFAF
6#6DE5BF
7#92ECCF
8#B6F2DF
9#DBF9EF
Tones
Muted variations
1#0F4332
2#124031
3#153D30
4#183A2F
5#1B372E
6#1D342D
7#20312C
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 #E1FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD3 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4533 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1FAF2;
--charcoal-200: #C7F5E6;
--charcoal-300: #9BEDD3;
--charcoal-400: #67E4BD;
--charcoal-500: #3CDDAA;
--charcoal-600: #22BF8D;
--charcoal-700: #1B9870;
--charcoal-800: #136C50;
--charcoal-900: #0C4533;
--charcoal-950: #082B20;
}