Charcoal
#0C3C73
BlueColor Codes
All color formats for development
HEX
#0C3C73RGB
rgb(12, 60, 115)HSL
hsl(212, 81%, 25%)OKLCH
oklch(0.359 0.107 255.3)CMYK
cmyk(90%, 48%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3668
2#0A305C
3#082A51
4#072445
5#061E3A
6#05182E
7#041223
8#020C17
9#01060C
Tints
Lighter variations
1#104E96
2#1360B9
3#1773DB
4#2F86E9
5#529AED
6#75AEF0
7#97C3F4
8#BAD7F8
9#DCEBFB
Tones
Muted variations
1#113D6E
2#163D69
3#1C3D64
4#213E5F
5#263E5A
6#2B3E54
7#303F4F
8#353F4A
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA1 #5DA1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F86 #2F86E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 156A #156ACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1154 #1154A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3C #0C3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #08274A | 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: #F1F7FE;
--charcoal-100: #DFECFC;
--charcoal-200: #C3DCF9;
--charcoal-300: #95C1F4;
--charcoal-400: #5DA1EE;
--charcoal-500: #2F86E9;
--charcoal-600: #156ACB;
--charcoal-700: #1154A2;
--charcoal-800: #0C3C73;
--charcoal-900: #08274A;
--charcoal-950: #05182E;
}