Charcoal
#264259
BlueColor Codes
All color formats for development
HEX
#264259RGB
rgb(38, 66, 89)HSL
hsl(207, 40%, 25%)OKLCH
oklch(0.368 0.052 244.7)CMYK
cmyk(57%, 26%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223C50
2#1F3547
3#1B2E3E
4#172836
5#13212D
6#0F1B24
7#0B141B
8#080D12
9#040709
Tints
Lighter variations
1#325674
2#3D6A8F
3#497EAA
4#5E91BA
5#79A3C6
6#94B6D1
7#AFC8DD
8#C9DAE8
9#E4EDF4
Tones
Muted variations
1#294257
2#2B4254
3#2E4252
4#30414F
5#33414D
6#36414A
7#384147
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 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82A9 #82A9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E91 #5E91BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4375 #43759D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365D #365D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2642 #264259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | 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: #ADC7DC;
--charcoal-400: #82A9C9;
--charcoal-500: #5E91BA;
--charcoal-600: #43759D;
--charcoal-700: #365D7D;
--charcoal-800: #264259;
--charcoal-900: #182A39;
--charcoal-950: #0F1B24;
}