Charcoal
#05344D
BlueColor Codes
All color formats for development
HEX
#05344DRGB
rgb(5, 52, 77)HSL
hsl(201, 88%, 16%)OKLCH
oklch(0.309 0.065 238.5)CMYK
cmyk(94%, 32%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042E45
2#04293D
3#032436
4#031F2E
5#021A26
6#02151F
7#010F17
8#010A0F
9#000508
Tints
Lighter variations
1#074F75
2#0A6A9D
3#0D85C6
4#0FA0EE
5#36B0F2
6#5EC0F5
7#86D0F7
8#AEDFFA
9#D7EFFC
Tones
Muted variations
1#083249
2#0C3146
3#103042
4#132F3E
5#172E3B
6#1A2D37
7#1E2C34
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E7 #C1E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D4 #91D4F8 | BordersInactive statesPlaceholder text |
| 400 | 57BD #57BDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AB #27ABF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8E #0D8ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B71 #0B71A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0851 #085178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0534 #05344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DDF2FD;
--charcoal-200: #C1E7FB;
--charcoal-300: #91D4F8;
--charcoal-400: #57BDF4;
--charcoal-500: #27ABF1;
--charcoal-600: #0D8ED3;
--charcoal-700: #0B71A8;
--charcoal-800: #085178;
--charcoal-900: #05344D;
--charcoal-950: #032030;
}