Charcoal
#0C3645
BlueColor Codes
All color formats for development
HEX
#0C3645RGB
rgb(12, 54, 69)HSL
hsl(196, 70%, 16%)OKLCH
oklch(0.312 0.052 226.3)CMYK
cmyk(83%, 22%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B313E
2#0A2B37
3#092631
4#07202A
5#061B23
6#05161C
7#041015
8#020B0E
9#010507
Tints
Lighter variations
1#13536A
2#196F8E
3#208BB3
4#26A8D7
5#49B7DF
6#6DC5E5
7#92D4EC
8#B6E2F2
9#DBF1F9
Tones
Muted variations
1#0F3543
2#123340
3#15323D
4#18313A
5#1B2F37
6#1D2E34
7#202D31
8#232B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD8 #9BD8ED | BordersInactive statesPlaceholder text |
| 400 | 67C3 #67C3E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB2 #3CB2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2295 #2295BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B76 #1B7698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1355 #13556C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C36 #0C3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F3FA;
--charcoal-200: #C7E9F5;
--charcoal-300: #9BD8ED;
--charcoal-400: #67C3E4;
--charcoal-500: #3CB2DD;
--charcoal-600: #2295BF;
--charcoal-700: #1B7698;
--charcoal-800: #13556C;
--charcoal-900: #0C3645;
--charcoal-950: #08222B;
}