Charcoal
#053A4D
BlueColor Codes
All color formats for development
HEX
#053A4DRGB
rgb(5, 58, 77)HSL
hsl(196, 88%, 16%)OKLCH
oklch(0.326 0.061 228.5)CMYK
cmyk(94%, 25%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043445
2#042E3D
3#032836
4#03232E
5#021D26
6#02171F
7#011117
8#010C0F
9#000608
Tints
Lighter variations
1#075875
2#0A769D
3#0D94C6
4#0FB2EE
5#36C0F2
6#5ECDF5
7#86D9F7
8#AEE6FA
9#D7F2FC
Tones
Muted variations
1#083849
2#0C3646
3#103542
4#13333E
5#17313B
6#1A3037
7#1E2E34
8#222C30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DDF4FD;
--charcoal-200: #C1EBFB;
--charcoal-300: #91DCF8;
--charcoal-400: #57CAF4;
--charcoal-500: #27BBF1;
--charcoal-600: #0D9ED3;
--charcoal-700: #0B7EA8;
--charcoal-800: #085A78;
--charcoal-900: #053A4D;
--charcoal-950: #032430;
}