Charcoal
#012A51
BlueColor Codes
All color formats for development
HEX
#012A51RGB
rgb(1, 42, 81)HSL
hsl(209, 98%, 16%)OKLCH
oklch(0.283 0.083 252)CMYK
cmyk(99%, 48%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012649
2#012241
3#011D39
4#001930
5#001528
6#001120
7#000D18
8#000810
9#000408
Tints
Lighter variations
1#01407B
2#0256A6
3#026CD0
4#0383FA
5#2B97FD
6#55ACFD
7#80C1FE
8#AAD6FE
9#D5EAFF
Tones
Muted variations
1#052A4D
2#092A49
3#0D2A45
4#112A41
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 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDF #BDDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FE | BordersInactive statesPlaceholder text |
| 400 | 4EA9 #4EA9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C90 #1C90FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0274 #0274DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 025C #025CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0142 #01427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A51 | 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: #F0F8FF;
--charcoal-100: #DCEEFF;
--charcoal-200: #BDDFFE;
--charcoal-300: #8BC6FE;
--charcoal-400: #4EA9FD;
--charcoal-500: #1C90FD;
--charcoal-600: #0274DE;
--charcoal-700: #025CB1;
--charcoal-800: #01427E;
--charcoal-900: #012A51;
--charcoal-950: #011A32;
}