Charcoal
#0C3845
CyanColor Codes
All color formats for development
HEX
#0C3845RGB
rgb(12, 56, 69)HSL
hsl(194, 70%, 16%)OKLCH
oklch(0.318 0.051 221.9)CMYK
cmyk(83%, 19%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B323E
2#0A2D37
3#092731
4#07222A
5#061C23
6#05161C
7#041115
8#020B0E
9#010607
Tints
Lighter variations
1#13556A
2#19738E
3#2090B3
4#26AED7
5#49BCDF
6#6DC9E5
7#92D7EC
8#B6E4F2
9#DBF2F9
Tones
Muted variations
1#0F3743
2#123540
3#15333D
4#18323A
5#1B3037
6#1D2F34
7#202D31
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 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDA #9BDAED | BordersInactive statesPlaceholder text |
| 400 | 67C7 #67C7E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB7 #3CB7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229A #229ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7B #1B7B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1358 #13586C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F4FA;
--charcoal-200: #C7EAF5;
--charcoal-300: #9BDAED;
--charcoal-400: #67C7E4;
--charcoal-500: #3CB7DD;
--charcoal-600: #229ABF;
--charcoal-700: #1B7B98;
--charcoal-800: #13586C;
--charcoal-900: #0C3845;
--charcoal-950: #08232B;
}