Charcoal
#36567D
BlueColor Codes
All color formats for development
HEX
#36567DRGB
rgb(54, 86, 125)HSL
hsl(213, 40%, 35%)OKLCH
oklch(0.447 0.075 254.1)CMYK
cmyk(57%, 31%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304D70
2#2B4564
3#253C57
4#20334B
5#1B2B3E
6#152232
7#101A25
8#0B1119
9#05090C
Tints
Lighter variations
1#3F6694
2#4976AB
3#5D86B9
4#7498C3
5#8BA9CD
6#A2BAD7
7#B9CBE1
8#D1DDEB
9#E8EEF5
Tones
Muted variations
1#395679
2#3D5676
3#405772
4#44576F
5#47576B
6#4B5868
7#4F5864
8#525960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DC | BordersInactive statesPlaceholder text |
| 400 | 82A2 #82A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E88 #5E88BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436C #436C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #182739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DDEB;
--charcoal-300: #ADC2DC;
--charcoal-400: #82A2C9;
--charcoal-500: #5E88BA;
--charcoal-600: #436C9D;
--charcoal-700: #36567D;
--charcoal-800: #263D59;
--charcoal-900: #182739;
--charcoal-950: #0F1824;
}