Charcoal
#0C4543
CyanColor Codes
All color formats for development
HEX
#0C4543RGB
rgb(12, 69, 67)HSL
hsl(178, 70%, 16%)OKLCH
oklch(0.355 0.056 191.4)CMYK
cmyk(83%, 0%, 3%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E3D
2#0A3736
3#09312F
4#072A28
5#062322
6#051C1B
7#041514
8#020E0D
9#010707
Tints
Lighter variations
1#136A67
2#198E8A
3#20B3AE
4#26D7D1
5#49DFDA
6#6DE5E1
7#92ECE9
8#B6F2F0
9#DBF9F8
Tones
Muted variations
1#0F4341
2#12403E
3#153D3B
4#183A39
5#1B3736
6#1D3433
7#203131
8#232F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E1FAF9;
--charcoal-200: #C7F5F4;
--charcoal-300: #9BEDEB;
--charcoal-400: #67E4E0;
--charcoal-500: #3CDDD7;
--charcoal-600: #22BFBA;
--charcoal-700: #1B9894;
--charcoal-800: #136C69;
--charcoal-900: #0C4543;
--charcoal-950: #082B2A;
}