Charcoal
#0C4638
CyanColor Codes
All color formats for development
HEX
#0C4638RGB
rgb(12, 70, 56)HSL
hsl(166, 71%, 16%)OKLCH
oklch(0.354 0.062 172.4)CMYK
cmyk(83%, 0%, 20%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F33
2#09382D
3#083127
4#072A22
5#06231C
6#051C16
7#041511
8#020E0B
9#010706
Tints
Lighter variations
1#126A56
2#188F73
3#1EB491
4#25D8AE
5#48E0BC
6#6CE6CA
7#91ECD7
8#B6F3E4
9#DAF9F2
Tones
Muted variations
1#0F4337
2#124035
3#153D34
4#173A32
5#1A3731
6#1D342F
7#20312D
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FAF4;
--charcoal-200: #C6F5EA;
--charcoal-300: #9BEEDB;
--charcoal-400: #66E5C8;
--charcoal-500: #3BDEB8;
--charcoal-600: #21C09B;
--charcoal-700: #1A997B;
--charcoal-800: #126D58;
--charcoal-900: #0C4638;
--charcoal-950: #072C23;
}