Charcoal
#0D4072
BlueColor Codes
All color formats for development
HEX
#0D4072RGB
rgb(13, 64, 114)HSL
hsl(210, 80%, 25%)OKLCH
oklch(0.368 0.1 252.4)CMYK
cmyk(89%, 44%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3967
2#0A335C
3#092D50
4#082645
5#062039
6#05192E
7#041322
8#030D17
9#01060B
Tints
Lighter variations
1#115395
2#1466B8
3#1879DA
4#308CE8
5#539FEC
6#75B2F0
7#98C6F4
8#BAD9F7
9#DDECFB
Tones
Muted variations
1#12406E
2#174069
3#1C4063
4#21405E
5#264059
6#2B4054
7#30404F
8#36404A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DE #C3DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C4 #95C4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA6 #5EA6ED | Disabled statesSecondary iconsMuted text |
| 500 | 308C #308CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1670 #1670CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1259 #1259A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D40 #0D4073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0829 #082949 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFEDFB;
--charcoal-200: #C3DEF8;
--charcoal-300: #95C4F3;
--charcoal-400: #5EA6ED;
--charcoal-500: #308CE8;
--charcoal-600: #1670CA;
--charcoal-700: #1259A1;
--charcoal-800: #0D4073;
--charcoal-900: #082949;
--charcoal-950: #051A2E;
}