Charcoal
#0D1F45
BlueColor Codes
All color formats for development
HEX
#0D1F45RGB
rgb(13, 31, 69)HSL
hsl(221, 68%, 16%)OKLCH
oklch(0.249 0.075 263)CMYK
cmyk(81%, 55%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1C3E
2#0A1937
3#091530
4#081229
5#070F22
6#050C1B
7#040915
8#03060E
9#010307
Tints
Lighter variations
1#142F69
2#1B3F8D
3#224FB1
4#285FD4
5#4B79DD
6#6F94E4
7#93AFEA
8#B7C9F1
9#DBE4F8
Tones
Muted variations
1#102042
2#13213F
3#15223C
4#182339
5#1B2437
6#1E2534
7#202631
8#23272E
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB6 #9CB6EC | BordersInactive statesPlaceholder text |
| 400 | 698F #698FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E70 #3E70DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2454 #2454BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D43 #1D4396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1430 #14306B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1F #0D1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E9F9;
--charcoal-200: #C7D6F4;
--charcoal-300: #9CB6EC;
--charcoal-400: #698FE2;
--charcoal-500: #3E70DA;
--charcoal-600: #2454BC;
--charcoal-700: #1D4396;
--charcoal-800: #14306B;
--charcoal-900: #0D1F45;
--charcoal-950: #08132B;
}