Charcoal
#0C4545
CyanColor Codes
All color formats for development
HEX
#0C4545RGB
rgb(12, 69, 69)HSL
hsl(180, 70%, 16%)OKLCH
oklch(0.356 0.055 194.9)CMYK
cmyk(83%, 0%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E3E
2#0A3737
3#093131
4#072A2A
5#062323
6#051C1C
7#041515
8#020E0E
9#010707
Tints
Lighter variations
1#136A6A
2#198E8E
3#20B3B3
4#26D7D7
5#49DFDF
6#6DE5E5
7#92ECEC
8#B6F2F2
9#DBF9F9
Tones
Muted variations
1#0F4343
2#124040
3#153D3D
4#183A3A
5#1B3737
6#1D3434
7#203131
8#232F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDED | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4545 | 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: #E1FAFA;
--charcoal-200: #C7F5F5;
--charcoal-300: #9BEDED;
--charcoal-400: #67E4E4;
--charcoal-500: #3CDDDD;
--charcoal-600: #22BFBF;
--charcoal-700: #1B9898;
--charcoal-800: #136C6C;
--charcoal-900: #0C4545;
--charcoal-950: #082B2B;
}