Charcoal
#0C4646
CyanColor Codes
All color formats for development
HEX
#0C4646RGB
rgb(12, 70, 70)HSL
hsl(180, 71%, 16%)OKLCH
oklch(0.359 0.056 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#0B3F3F
2#093838
3#083131
4#072A2A
5#062323
6#051C1C
7#041515
8#020E0E
9#010707
Tints
Lighter variations
1#126A6A
2#188F8F
3#1EB4B4
4#25D8D8
5#48E0E0
6#6CE6E6
7#91ECEC
8#B6F3F3
9#DAF9F9
Tones
Muted variations
1#0F4343
2#124040
3#153D3D
4#173A3A
5#1A3737
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 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEE | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FAFA;
--charcoal-200: #C6F5F5;
--charcoal-300: #9BEEEE;
--charcoal-400: #66E5E5;
--charcoal-500: #3BDEDE;
--charcoal-600: #21C0C0;
--charcoal-700: #1A9999;
--charcoal-800: #126D6D;
--charcoal-900: #0C4646;
--charcoal-950: #072C2C;
}