Charcoal
#0C4544
CyanColor Codes
All color formats for development
HEX
#0C4544RGB
rgb(12, 69, 68)HSL
hsl(179, 70%, 16%)OKLCH
oklch(0.356 0.056 193.2)CMYK
cmyk(83%, 0%, 1%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E3E
2#0A3737
3#093130
4#072A29
5#062322
6#051C1B
7#041515
8#020E0E
9#010707
Tints
Lighter variations
1#136A68
2#198E8C
3#20B3B0
4#26D7D4
5#49DFDC
6#6DE5E3
7#92ECEA
8#B6F2F1
9#DBF9F8
Tones
Muted variations
1#0F4342
2#12403F
3#153D3C
4#183A39
5#1B3737
6#1D3434
7#203131
8#232F2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4544 | 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: #E1FAF9;
--charcoal-200: #C7F5F4;
--charcoal-300: #9BEDEC;
--charcoal-400: #67E4E2;
--charcoal-500: #3CDDDA;
--charcoal-600: #22BFBC;
--charcoal-700: #1B9896;
--charcoal-800: #136C6B;
--charcoal-900: #0C4544;
--charcoal-950: #082B2B;
}