Charcoal
#05294D
BlueColor Codes
All color formats for development
HEX
#05294DRGB
rgb(5, 41, 77)HSL
hsl(210, 88%, 16%)OKLCH
oklch(0.279 0.077 252.5)CMYK
cmyk(94%, 47%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042545
2#04213D
3#031D36
4#03182E
5#021426
6#02101F
7#010C17
8#01080F
9#000408
Tints
Lighter variations
1#073E75
2#0A549D
3#0D69C6
4#0F7EEE
5#3694F2
6#5EA9F5
7#86BFF7
8#AED4FA
9#D7EAFC
Tones
Muted variations
1#082949
2#0C2946
3#102942
4#13293E
5#17293B
6#1A2937
7#1E2934
8#222930
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DDEDFD;
--charcoal-200: #C1DEFB;
--charcoal-300: #91C4F8;
--charcoal-400: #57A6F4;
--charcoal-500: #278CF1;
--charcoal-600: #0D70D3;
--charcoal-700: #0B59A8;
--charcoal-800: #084078;
--charcoal-900: #05294D;
--charcoal-950: #031A30;
}