Charcoal
#013351
BlueColor Codes
All color formats for development
HEX
#013351RGB
rgb(1, 51, 81)HSL
hsl(203, 98%, 16%)OKLCH
oklch(0.308 0.073 242.3)CMYK
cmyk(99%, 37%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D49
2#012841
3#012339
4#001E30
5#001928
6#001420
7#000F18
8#000A10
9#000508
Tints
Lighter variations
1#014C7B
2#0267A6
3#0281D0
4#039BFA
5#2BACFD
6#55BDFD
7#80CDFE
8#AADEFE
9#D5EEFF
Tones
Muted variations
1#05314D
2#093049
3#0D2F45
4#112E41
5#152D3D
6#192D39
7#1D2C35
8#212B31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE5 #BDE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FE | BordersInactive statesPlaceholder text |
| 400 | 4EBA #4EBAFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CA6 #1CA6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 028A #028ADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 026E #026EB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014E #014E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013251 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FF;
--charcoal-100: #DCF1FF;
--charcoal-200: #BDE5FE;
--charcoal-300: #8BD2FE;
--charcoal-400: #4EBAFD;
--charcoal-500: #1CA6FD;
--charcoal-600: #028ADE;
--charcoal-700: #026EB1;
--charcoal-800: #014E7E;
--charcoal-900: #013251;
--charcoal-950: #011F32;
}