Charcoal
#0C4173
BlueColor Codes
All color formats for development
HEX
#0C4173RGB
rgb(12, 65, 115)HSL
hsl(209, 81%, 25%)OKLCH
oklch(0.371 0.101 251.9)CMYK
cmyk(90%, 43%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3B68
2#0A345C
3#082E51
4#072745
5#06213A
6#051A2E
7#041423
8#020D17
9#01070C
Tints
Lighter variations
1#105596
2#1369B9
3#177CDB
4#2F8FE9
5#52A2ED
6#75B5F0
7#97C7F4
8#BADAF8
9#DCECFB
Tones
Muted variations
1#11416E
2#164169
3#1C4164
4#21415F
5#26415A
6#2B4054
7#30404F
8#35404A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA8 #5DA8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F8F #2F8FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1573 #1573CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115C #115CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C41 #0C4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A4A | 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: #F1F8FE;
--charcoal-100: #DFEEFC;
--charcoal-200: #C3DFF9;
--charcoal-300: #95C6F4;
--charcoal-400: #5DA8EE;
--charcoal-500: #2F8FE9;
--charcoal-600: #1573CB;
--charcoal-700: #115CA2;
--charcoal-800: #0C4173;
--charcoal-900: #082A4A;
--charcoal-950: #051A2E;
}