Charcoal
#012951
BlueColor Codes
All color formats for development
HEX
#012951RGB
rgb(1, 41, 81)HSL
hsl(210, 98%, 16%)OKLCH
oklch(0.281 0.085 252.9)CMYK
cmyk(99%, 49%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012549
2#012141
3#011D39
4#001830
5#001428
6#001020
7#000C18
8#000810
9#000408
Tints
Lighter variations
1#013E7B
2#0254A6
3#0269D0
4#037EFA
5#2B94FD
6#55A9FD
7#80BFFE
8#AAD4FE
9#D5EAFF
Tones
Muted variations
1#05294D
2#092949
3#0D2945
4#112941
5#15293D
6#192939
7#1D2935
8#212931
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDE #BDDEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC4 #8BC4FE | BordersInactive statesPlaceholder text |
| 400 | 4EA6 #4EA6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C8C #1C8CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0270 #0270DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0259 #0259B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0140 #01407E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0129 #012951 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DCEDFF;
--charcoal-200: #BDDEFE;
--charcoal-300: #8BC4FE;
--charcoal-400: #4EA6FD;
--charcoal-500: #1C8CFD;
--charcoal-600: #0270DE;
--charcoal-700: #0259B1;
--charcoal-800: #01407E;
--charcoal-900: #012951;
--charcoal-950: #011A32;
}