Charcoal
#0C3846
CyanColor Codes
All color formats for development
HEX
#0C3846RGB
rgb(12, 56, 70)HSL
hsl(194, 71%, 16%)OKLCH
oklch(0.319 0.052 223.7)CMYK
cmyk(83%, 20%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B333F
2#092D38
3#082731
4#07222A
5#061C23
6#05161C
7#041115
8#020B0E
9#010607
Tints
Lighter variations
1#12566A
2#18738F
3#1E91B4
4#25AED8
5#48BCE0
6#6CCAE6
7#91D7EC
8#B6E4F3
9#DAF2F9
Tones
Muted variations
1#0F3743
2#123540
3#15343D
4#17323A
5#1A3137
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 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDB #9BDBEE | BordersInactive statesPlaceholder text |
| 400 | 66C8 #66C8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB8 #3BB8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 219B #219BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7B #1A7B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E0F4FA;
--charcoal-200: #C6EAF5;
--charcoal-300: #9BDBEE;
--charcoal-400: #66C8E5;
--charcoal-500: #3BB8DE;
--charcoal-600: #219BC0;
--charcoal-700: #1A7B99;
--charcoal-800: #12586D;
--charcoal-900: #0C3846;
--charcoal-950: #07232C;
}