Charcoal
#0C4345
CyanColor Codes
All color formats for development
HEX
#0C4345RGB
rgb(12, 67, 69)HSL
hsl(182, 70%, 16%)OKLCH
oklch(0.35 0.054 198.7)CMYK
cmyk(83%, 3%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3D3E
2#0A3637
3#092F31
4#07282A
5#062223
6#051B1C
7#041415
8#020D0E
9#010707
Tints
Lighter variations
1#13676A
2#198A8E
3#20AEB3
4#26D1D7
5#49DADF
6#6DE1E5
7#92E9EC
8#B6F0F2
9#DBF8F9
Tones
Muted variations
1#0F4143
2#123E40
3#153B3D
4#18393A
5#1B3637
6#1D3334
7#203131
8#232E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBED | BordersInactive statesPlaceholder text |
| 400 | 67E0 #67E0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD7 #3CD7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BA #22BABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B94 #1B9498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1369 #13696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E1F9FA;
--charcoal-200: #C7F4F5;
--charcoal-300: #9BEBED;
--charcoal-400: #67E0E4;
--charcoal-500: #3CD7DD;
--charcoal-600: #22BABF;
--charcoal-700: #1B9498;
--charcoal-800: #13696C;
--charcoal-900: #0C4345;
--charcoal-950: #082A2B;
}