Charcoal
#0C1945
BlueColor Codes
All color formats for development
HEX
#0C1945RGB
rgb(12, 25, 69)HSL
hsl(226, 70%, 16%)OKLCH
oklch(0.234 0.085 267)CMYK
cmyk(83%, 64%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B173E
2#0A1437
3#091231
4#070F2A
5#060D23
6#050A1C
7#040815
8#02050E
9#010307
Tints
Lighter variations
1#13276A
2#19348E
3#2042B3
4#264FD7
5#496CDF
6#6D89E5
7#92A7EC
8#B6C4F2
9#DBE2F9
Tones
Muted variations
1#0F1B43
2#121D40
3#151E3D
4#18203A
5#1B2137
6#1D2334
7#202431
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAE #9BAEED | BordersInactive statesPlaceholder text |
| 400 | 6784 #6784E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C61 #3C61DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2246 #2246BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B38 #1B3898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1328 #13286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1A #0C1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E6FA;
--charcoal-200: #C7D1F5;
--charcoal-300: #9BAEED;
--charcoal-400: #6784E4;
--charcoal-500: #3C61DD;
--charcoal-600: #2246BF;
--charcoal-700: #1B3898;
--charcoal-800: #13286C;
--charcoal-900: #0C1A45;
--charcoal-950: #08102B;
}