Charcoal
#365C7D
BlueColor Codes
All color formats for development
HEX
#365C7DRGB
rgb(54, 92, 125)HSL
hsl(208, 40%, 35%)OKLCH
oklch(0.461 0.069 246.2)CMYK
cmyk(57%, 26%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305270
2#2B4964
3#254057
4#20374B
5#1B2E3E
6#152532
7#101B25
8#0B1219
9#05090C
Tints
Lighter variations
1#3F6D94
2#497EAB
3#5D8EB9
4#749EC3
5#8BAECD
6#A2BED7
7#B9CFE1
8#D1DFEB
9#E8EFF5
Tones
Muted variations
1#395B79
2#3D5B76
3#405B72
4#445B6F
5#475A6B
6#4B5A68
7#4F5A64
8#525A60
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DC | BordersInactive statesPlaceholder text |
| 400 | 82A8 #82A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8F #5E8FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4373 #43739D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D1DFEB;
--charcoal-300: #ADC6DC;
--charcoal-400: #82A8C9;
--charcoal-500: #5E8FBA;
--charcoal-600: #43739D;
--charcoal-700: #365C7D;
--charcoal-800: #264159;
--charcoal-900: #182A39;
--charcoal-950: #0F1A24;
}