Charcoal
#0C4540
CyanColor Codes
All color formats for development
HEX
#0C4540RGB
rgb(12, 69, 64)HSL
hsl(175, 70%, 16%)OKLCH
oklch(0.354 0.057 186.1)CMYK
cmyk(83%, 0%, 7%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E3A
2#0A3734
3#09312D
4#072A27
5#062320
6#051C1A
7#041513
8#020E0D
9#010706
Tints
Lighter variations
1#136A63
2#198E84
3#20B3A6
4#26D7C8
5#49DFD2
6#6DE5DB
7#92ECE4
8#B6F2ED
9#DBF9F6
Tones
Muted variations
1#0F433E
2#12403C
3#153D39
4#183A37
5#1B3735
6#1D3432
7#203130
8#232F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DA | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4541 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E1FAF8;
--charcoal-200: #C7F5F1;
--charcoal-300: #9BEDE7;
--charcoal-400: #67E4DA;
--charcoal-500: #3CDDCF;
--charcoal-600: #22BFB2;
--charcoal-700: #1B988D;
--charcoal-800: #136C65;
--charcoal-900: #0C4541;
--charcoal-950: #082B28;
}