Charcoal
#0C4644
CyanColor Codes
All color formats for development
HEX
#0C4644RGB
rgb(12, 70, 68)HSL
hsl(178, 71%, 16%)OKLCH
oklch(0.359 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#0B3F3D
2#093836
3#08312F
4#072A29
5#062322
6#051C1B
7#041514
8#020E0E
9#010707
Tints
Lighter variations
1#126A67
2#188F8B
3#1EB4AF
4#25D8D2
5#48E0DB
6#6CE6E2
7#91ECE9
8#B6F3F1
9#DAF9F8
Tones
Muted variations
1#0F4341
2#12403E
3#153D3C
4#173A39
5#1A3736
6#1D3434
7#203131
8#232F2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FAF9;
--charcoal-200: #C6F5F4;
--charcoal-300: #9BEEEB;
--charcoal-400: #66E5E1;
--charcoal-500: #3BDED8;
--charcoal-600: #21C0BB;
--charcoal-700: #1A9994;
--charcoal-800: #126D6A;
--charcoal-900: #0C4644;
--charcoal-950: #072C2A;
}