Charcoal
#0C4542
CyanColor Codes
All color formats for development
HEX
#0C4542RGB
rgb(12, 69, 66)HSL
hsl(177, 70%, 16%)OKLCH
oklch(0.355 0.056 189.6)CMYK
cmyk(83%, 0%, 4%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E3C
2#0A3735
3#09312F
4#072A28
5#062321
6#051C1B
7#041514
8#020E0D
9#010707
Tints
Lighter variations
1#136A65
2#198E88
3#20B3AB
4#26D7CE
5#49DFD7
6#6DE5DF
7#92ECE7
8#B6F2EF
9#DBF9F7
Tones
Muted variations
1#0F4340
2#12403D
3#153D3B
4#183A38
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 #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C68 | 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: #E1FAF8;
--charcoal-200: #C7F5F3;
--charcoal-300: #9BEDE9;
--charcoal-400: #67E4DE;
--charcoal-500: #3CDDD5;
--charcoal-600: #22BFB7;
--charcoal-700: #1B9891;
--charcoal-800: #136C68;
--charcoal-900: #0C4543;
--charcoal-950: #082B2A;
}