Charcoal
#36607D
BlueColor Codes
All color formats for development
HEX
#36607DRGB
rgb(54, 96, 125)HSL
hsl(205, 40%, 35%)OKLCH
oklch(0.471 0.067 240.4)CMYK
cmyk(57%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305670
2#2B4C64
3#254357
4#20394B
5#1B303E
6#152632
7#101D25
8#0B1319
9#050A0C
Tints
Lighter variations
1#3F7194
2#4983AB
3#5D93B9
4#74A2C3
5#8BB2CD
6#A2C1D7
7#B9D1E1
8#D1E0EB
9#E8F0F5
Tones
Muted variations
1#395F79
2#3D5E76
3#405D72
4#445D6F
5#475C6B
6#4B5C68
7#4F5B64
8#525A60
9#565A5D
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC8 #ADC8DC | BordersInactive statesPlaceholder text |
| 400 | 82AC #82ACC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E94 #5E94BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4378 #43789D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365F #365F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2644 #264459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | 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: #D1E0EB;
--charcoal-300: #ADC8DC;
--charcoal-400: #82ACC9;
--charcoal-500: #5E94BA;
--charcoal-600: #43789D;
--charcoal-700: #365F7D;
--charcoal-800: #264459;
--charcoal-900: #182C39;
--charcoal-950: #0F1B24;
}