Charcoal
#0C3945
CyanColor Codes
All color formats for development
HEX
#0C3945RGB
rgb(12, 57, 69)HSL
hsl(193, 70%, 16%)OKLCH
oklch(0.321 0.051 219.7)CMYK
cmyk(83%, 17%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B333E
2#0A2E37
3#092831
4#07222A
5#061C23
6#05171C
7#041115
8#020B0E
9#010607
Tints
Lighter variations
1#13576A
2#19758E
3#2093B3
4#26B1D7
5#49BEDF
6#6DCBE5
7#92D8EC
8#B6E5F2
9#DBF2F9
Tones
Muted variations
1#0F3743
2#123640
3#15343D
4#18333A
5#1B3137
6#1D2F34
7#202E31
8#232C2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDC #9BDCED | BordersInactive statesPlaceholder text |
| 400 | 67C9 #67C9E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBA #3CBADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229D #229DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7D #1B7D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1359 #13596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C39 #0C3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F4FA;
--charcoal-200: #C7EBF5;
--charcoal-300: #9BDCED;
--charcoal-400: #67C9E4;
--charcoal-500: #3CBADD;
--charcoal-600: #229DBF;
--charcoal-700: #1B7D98;
--charcoal-800: #13596C;
--charcoal-900: #0C3945;
--charcoal-950: #08242B;
}