Charcoal
#0C4245
CyanColor Codes
All color formats for development
HEX
#0C4245RGB
rgb(12, 66, 69)HSL
hsl(183, 70%, 16%)OKLCH
oklch(0.347 0.054 200.6)CMYK
cmyk(83%, 4%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3C3E
2#0A3537
3#092F31
4#07282A
5#062123
6#051B1C
7#041415
8#020D0E
9#010707
Tints
Lighter variations
1#13656A
2#19888E
3#20ABB3
4#26CED7
5#49D7DF
6#6DDFE5
7#92E7EC
8#B6EFF2
9#DBF7F9
Tones
Muted variations
1#0F4043
2#123D40
3#153B3D
4#18383A
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 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE9 #9BE9ED | BordersInactive statesPlaceholder text |
| 400 | 67DE #67DEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD5 #3CD5DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B7 #22B7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B91 #1B9198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1368 #13686C | 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: #E1F8FA;
--charcoal-200: #C7F3F5;
--charcoal-300: #9BE9ED;
--charcoal-400: #67DEE4;
--charcoal-500: #3CD5DD;
--charcoal-600: #22B7BF;
--charcoal-700: #1B9198;
--charcoal-800: #13686C;
--charcoal-900: #0C4345;
--charcoal-950: #082A2B;
}