Charcoal
#0D3673
BlueColor Codes
All color formats for development
HEX
#0D3673RGB
rgb(13, 54, 115)HSL
hsl(216, 80%, 25%)OKLCH
oklch(0.345 0.114 259)CMYK
cmyk(89%, 53%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3067
2#0A2B5C
3#092550
4#082045
5#061B39
6#05152E
7#041022
8#030B17
9#01050B
Tints
Lighter variations
1#114695
2#1456B8
3#1866DA
4#307AE8
5#5390EC
6#75A6F0
7#98BCF4
8#BAD3F7
9#DDE9FB
Tones
Muted variations
1#12376E
2#173869
3#1C3963
4#213A5E
5#263B59
6#2B3C54
7#303D4F
8#363E4A
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BB #95BBF3 | BordersInactive statesPlaceholder text |
| 400 | 5E97 #5E97ED | Disabled statesSecondary iconsMuted text |
| 500 | 307A #307AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 165E #165ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 124B #124BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D36 #0D3673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0822 #082249 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEAFB;
--charcoal-200: #C3D9F8;
--charcoal-300: #95BBF3;
--charcoal-400: #5E97ED;
--charcoal-500: #307AE8;
--charcoal-600: #165ECA;
--charcoal-700: #124BA1;
--charcoal-800: #0D3673;
--charcoal-900: #082249;
--charcoal-950: #05152E;
}