Charcoal
#264059
BlueColor Codes
All color formats for development
HEX
#264059RGB
rgb(38, 64, 89)HSL
hsl(209, 40%, 25%)OKLCH
oklch(0.362 0.054 248.6)CMYK
cmyk(57%, 28%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223A50
2#1F3447
3#1B2D3E
4#172736
5#13202D
6#0F1A24
7#0B131B
8#080D12
9#040609
Tints
Lighter variations
1#325474
2#3D678F
3#497BAA
4#5E8EBA
5#79A1C6
6#94B4D1
7#AFC6DD
8#C9D9E8
9#E4ECF4
Tones
Muted variations
1#294157
2#2B4054
3#2E4052
4#30404F
5#33404D
6#36404A
7#384047
8#3B4045
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DC | BordersInactive statesPlaceholder text |
| 400 | 82A7 #82A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8E #5E8EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4372 #43729D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #182939 | 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: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DEEB;
--charcoal-300: #ADC5DC;
--charcoal-400: #82A7C9;
--charcoal-500: #5E8EBA;
--charcoal-600: #43729D;
--charcoal-700: #365A7D;
--charcoal-800: #264159;
--charcoal-900: #182939;
--charcoal-950: #0F1A24;
}