Charcoal
#013651
BlueColor Codes
All color formats for development
HEX
#013651RGB
rgb(1, 54, 81)HSL
hsl(200, 98%, 16%)OKLCH
oklch(0.316 0.07 238.4)CMYK
cmyk(99%, 33%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#013149
2#012B41
3#012639
4#002030
5#001B28
6#001620
7#001018
8#000B10
9#000508
Tints
Lighter variations
1#01537B
2#026FA6
3#028BD0
4#03A8FA
5#2BB7FD
6#55C5FD
7#80D4FE
8#AAE2FE
9#D5F1FF
Tones
Muted variations
1#05354D
2#093349
3#0D3245
4#113141
5#152F3D
6#192E39
7#1D2D35
8#212B31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD8 #8BD8FE | BordersInactive statesPlaceholder text |
| 400 | 4EC3 #4EC3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB2 #1CB2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0295 #0295DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0276 #0276B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0155 #01557E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013651 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFF;
--charcoal-100: #DCF3FF;
--charcoal-200: #BDE9FE;
--charcoal-300: #8BD8FE;
--charcoal-400: #4EC3FD;
--charcoal-500: #1CB2FD;
--charcoal-600: #0295DE;
--charcoal-700: #0276B1;
--charcoal-800: #01557E;
--charcoal-900: #013651;
--charcoal-950: #012232;
}