Charcoal
#0D1845
BlueColor Codes
All color formats for development
HEX
#0D1845RGB
rgb(13, 24, 69)HSL
hsl(228, 68%, 16%)OKLCH
oklch(0.232 0.086 268.4)CMYK
cmyk(81%, 65%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C163E
2#0A1337
3#091130
4#080E29
5#070C22
6#050A1B
7#040715
8#03050E
9#010207
Tints
Lighter variations
1#142569
2#1B328D
3#223EB1
4#284BD4
5#4B68DD
6#6F86E4
7#93A5EA
8#B7C3F1
9#DBE1F8
Tones
Muted variations
1#101A42
2#131B3F
3#151D3C
4#181F39
5#1B2037
6#1E2234
7#202431
8#23252E
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAC #9CACEC | BordersInactive statesPlaceholder text |
| 400 | 6981 #6981E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E5D #3E5DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2442 #2442BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D35 #1D3596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1426 #14266B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D18 #0D1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E6F9;
--charcoal-200: #C7D0F4;
--charcoal-300: #9CACEC;
--charcoal-400: #6981E2;
--charcoal-500: #3E5DDA;
--charcoal-600: #2442BC;
--charcoal-700: #1D3596;
--charcoal-800: #14266B;
--charcoal-900: #0D1845;
--charcoal-950: #080F2B;
}