Charcoal
#012750
BlueColor Codes
All color formats for development
HEX
#012750RGB
rgb(1, 39, 80)HSL
hsl(211, 98%, 16%)OKLCH
oklch(0.275 0.086 254.1)CMYK
cmyk(99%, 51%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012449
2#012041
3#011C39
4#001830
5#001428
6#001020
7#000C18
8#000810
9#000408
Tints
Lighter variations
1#013C7B
2#0251A6
3#0266D0
4#037AFA
5#2B90FD
6#55A7FD
7#80BDFE
8#AAD3FE
9#D5E9FF
Tones
Muted variations
1#05284D
2#092849
3#0D2845
4#112841
5#15283D
6#192839
7#1D2835
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 | BDDD #BDDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FE | BordersInactive statesPlaceholder text |
| 400 | 4EA3 #4EA3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C89 #1C89FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 026D #026DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0256 #0256B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013E #013E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012751 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FF;
--charcoal-100: #DCEDFF;
--charcoal-200: #BDDDFE;
--charcoal-300: #8BC2FE;
--charcoal-400: #4EA3FD;
--charcoal-500: #1C89FD;
--charcoal-600: #026DDE;
--charcoal-700: #0256B1;
--charcoal-800: #013E7E;
--charcoal-900: #012751;
--charcoal-950: #011932;
}