Charcoal
#0C4446
CyanColor Codes
All color formats for development
HEX
#0C4446RGB
rgb(12, 68, 70)HSL
hsl(182, 71%, 16%)OKLCH
oklch(0.354 0.055 198.6)CMYK
cmyk(83%, 3%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3D3F
2#093638
3#082F31
4#07292A
5#062223
6#051B1C
7#041415
8#020E0E
9#010707
Tints
Lighter variations
1#12676A
2#188B8F
3#1EAFB4
4#25D2D8
5#48DBE0
6#6CE2E6
7#91E9EC
8#B6F1F3
9#DAF8F9
Tones
Muted variations
1#0F4143
2#123E40
3#153C3D
4#17393A
5#1A3637
6#1D3434
7#203131
8#232E2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBEE | BordersInactive statesPlaceholder text |
| 400 | 66E1 #66E1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD8 #3BD8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21BB #21BBC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A94 #1A9499 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126A #126A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4446 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F9FA;
--charcoal-200: #C6F4F5;
--charcoal-300: #9BEBEE;
--charcoal-400: #66E1E5;
--charcoal-500: #3BD8DE;
--charcoal-600: #21BBC0;
--charcoal-700: #1A9499;
--charcoal-800: #126A6D;
--charcoal-900: #0C4446;
--charcoal-950: #072A2C;
}