Charcoal
#0C4045
CyanColor Codes
All color formats for development
HEX
#0C4045RGB
rgb(12, 64, 69)HSL
hsl(185, 70%, 16%)OKLCH
oklch(0.341 0.052 204.6)CMYK
cmyk(83%, 7%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3A3E
2#0A3437
3#092D31
4#07272A
5#062023
6#051A1C
7#041315
8#020D0E
9#010607
Tints
Lighter variations
1#13636A
2#19848E
3#20A6B3
4#26C8D7
5#49D2DF
6#6DDBE5
7#92E4EC
8#B6EDF2
9#DBF6F9
Tones
Muted variations
1#0F3E43
2#123C40
3#15393D
4#18373A
5#1B3537
6#1D3234
7#203031
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 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E1F8FA;
--charcoal-200: #C7F1F5;
--charcoal-300: #9BE7ED;
--charcoal-400: #67DAE4;
--charcoal-500: #3CCFDD;
--charcoal-600: #22B2BF;
--charcoal-700: #1B8D98;
--charcoal-800: #13656C;
--charcoal-900: #0C4145;
--charcoal-950: #08282B;
}