Charcoal
#0D4173
BlueColor Codes
All color formats for development
HEX
#0D4173RGB
rgb(13, 65, 115)HSL
hsl(209, 80%, 25%)OKLCH
oklch(0.371 0.1 252.1)CMYK
cmyk(89%, 43%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3B67
2#0A345C
3#092E50
4#082745
5#062139
6#051A2E
7#041422
8#030D17
9#01070B
Tints
Lighter variations
1#115595
2#1469B8
3#187CDA
4#308FE8
5#53A2EC
6#75B5F0
7#98C7F4
8#BADAF7
9#DDECFB
Tones
Muted variations
1#12416E
2#174169
3#1C4163
4#21415E
5#264159
6#2B4054
7#30404F
8#36404A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | 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: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C3DFF8;
--charcoal-300: #95C6F3;
--charcoal-400: #5EA8ED;
--charcoal-500: #308FE8;
--charcoal-600: #1673CA;
--charcoal-700: #125CA1;
--charcoal-800: #0D4173;
--charcoal-900: #082A49;
--charcoal-950: #051A2E;
}