Charcoal
#264159
BlueColor Codes
All color formats for development
HEX
#264159RGB
rgb(38, 65, 89)HSL
hsl(208, 40%, 25%)OKLCH
oklch(0.365 0.053 246.7)CMYK
cmyk(57%, 27%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223B50
2#1F3447
3#1B2E3E
4#172736
5#13212D
6#0F1A24
7#0B141B
8#080D12
9#040709
Tints
Lighter variations
1#325574
2#3D698F
3#497CAA
4#5E8FBA
5#79A2C6
6#94B5D1
7#AFC7DD
8#C9DAE8
9#E4ECF4
Tones
Muted variations
1#294157
2#2B4154
3#2E4152
4#30414F
5#33414D
6#36404A
7#384047
8#3B4045
9#3D4042
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;
}