Charcoal
#0C2645
BlueColor Codes
All color formats for development
HEX
#0C2645RGB
rgb(12, 38, 69)HSL
hsl(213, 70%, 16%)OKLCH
oklch(0.267 0.066 254.7)CMYK
cmyk(83%, 45%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B223E
2#0A1E37
3#091B31
4#07172A
5#061323
6#050F1C
7#040B15
8#02080E
9#010407
Tints
Lighter variations
1#133A6A
2#194E8E
3#2062B3
4#2676D7
5#498CDF
6#6DA3E5
7#92BAEC
8#B6D1F2
9#DBE8F9
Tones
Muted variations
1#0F2643
2#122740
3#15273D
4#18273A
5#1B2737
6#1D2834
7#202831
8#23282F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC0 #9BC0ED | BordersInactive statesPlaceholder text |
| 400 | 67A0 #67A0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C84 #3C84DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2268 #2268BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B53 #1B5398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133B #133B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C26 #0C2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1ECFA;
--charcoal-200: #C7DCF5;
--charcoal-300: #9BC0ED;
--charcoal-400: #67A0E4;
--charcoal-500: #3C84DD;
--charcoal-600: #2268BF;
--charcoal-700: #1B5398;
--charcoal-800: #133B6C;
--charcoal-900: #0C2645;
--charcoal-950: #08182B;
}