Charcoal
#0C4445
CyanColor Codes
All color formats for development
HEX
#0C4445RGB
rgb(12, 68, 69)HSL
hsl(181, 70%, 16%)OKLCH
oklch(0.353 0.055 196.8)CMYK
cmyk(83%, 1%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E3E
2#0A3737
3#093031
4#07292A
5#062223
6#051B1C
7#041515
8#020E0E
9#010707
Tints
Lighter variations
1#13686A
2#198C8E
3#20B0B3
4#26D4D7
5#49DCDF
6#6DE3E5
7#92EAEC
8#B6F1F2
9#DBF8F9
Tones
Muted variations
1#0F4243
2#123F40
3#153C3D
4#18393A
5#1B3737
6#1D3434
7#203131
8#232E2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEC #9BECED | BordersInactive statesPlaceholder text |
| 400 | 67E2 #67E2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDA #3CDADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BC #22BCBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B96 #1B9698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136B #136B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E1F9FA;
--charcoal-200: #C7F4F5;
--charcoal-300: #9BECED;
--charcoal-400: #67E2E4;
--charcoal-500: #3CDADD;
--charcoal-600: #22BCBF;
--charcoal-700: #1B9698;
--charcoal-800: #136B6C;
--charcoal-900: #0C4445;
--charcoal-950: #082B2B;
}