Charcoal
#0D3C73
BlueColor Codes
All color formats for development
HEX
#0D3C73RGB
rgb(13, 60, 115)HSL
hsl(212, 80%, 25%)OKLCH
oklch(0.359 0.107 255.5)CMYK
cmyk(89%, 48%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3667
2#0A305C
3#092A50
4#082445
5#061E39
6#05182E
7#041222
8#030C17
9#01060B
Tints
Lighter variations
1#114E95
2#1461B8
3#1873DA
4#3086E8
5#539AEC
6#75AEF0
7#98C3F4
8#BAD7F7
9#DDEBFB
Tones
Muted variations
1#123D6E
2#173D69
3#1C3D63
4#213E5E
5#263E59
6#2B3E54
7#303F4F
8#363F4A
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA1 #5EA1ED | Disabled statesSecondary iconsMuted text |
| 500 | 3086 #3086E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166A #166ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1254 #1254A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #082749 | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFECFB;
--charcoal-200: #C3DCF8;
--charcoal-300: #95C1F3;
--charcoal-400: #5EA1ED;
--charcoal-500: #3086E8;
--charcoal-600: #166ACA;
--charcoal-700: #1254A1;
--charcoal-800: #0D3C73;
--charcoal-900: #082749;
--charcoal-950: #05182E;
}