Charcoal
#264559
BlueColor Codes
All color formats for development
HEX
#264559RGB
rgb(38, 69, 89)HSL
hsl(204, 40%, 25%)OKLCH
oklch(0.376 0.05 238.4)CMYK
cmyk(57%, 22%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223E50
2#1F3747
3#1B303E
4#172936
5#13222D
6#0F1C24
7#0B151B
8#080E12
9#040709
Tints
Lighter variations
1#325A74
2#3D6E8F
3#4983AA
4#5E95BA
5#79A7C6
6#94B9D1
7#AFCADD
8#C9DCE8
9#E4EDF4
Tones
Muted variations
1#294457
2#2B4454
3#2E4352
4#30434F
5#33424D
6#36424A
7#384147
8#3B4145
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC9 #ADC9DC | BordersInactive statesPlaceholder text |
| 400 | 82AD #82ADC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E95 #5E95BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4379 #43799D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3660 #36607D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2645 #264559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D1E1EB;
--charcoal-300: #ADC9DC;
--charcoal-400: #82ADC9;
--charcoal-500: #5E95BA;
--charcoal-600: #43799D;
--charcoal-700: #36607D;
--charcoal-800: #264559;
--charcoal-900: #182C39;
--charcoal-950: #0F1C24;
}