Charcoal
#36587D
BlueColor Codes
All color formats for development
HEX
#36587DRGB
rgb(54, 88, 125)HSL
hsl(211, 40%, 35%)OKLCH
oklch(0.451 0.073 251.6)CMYK
cmyk(57%, 30%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304F70
2#2B4664
3#253E57
4#20354B
5#1B2C3E
6#152332
7#101A25
8#0B1219
9#05090C
Tints
Lighter variations
1#3F6894
2#4979AB
3#5D89B9
4#749AC3
5#8BABCD
6#A2BCD7
7#B9CDE1
8#D1DDEB
9#E8EEF5
Tones
Muted variations
1#395879
2#3D5876
3#405872
4#44596F
5#47596B
6#4B5968
7#4F5964
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 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A5 #82A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8B #5E8BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436F #436F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #182839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DDEB;
--charcoal-300: #ADC4DC;
--charcoal-400: #82A5C9;
--charcoal-500: #5E8BBA;
--charcoal-600: #436F9D;
--charcoal-700: #36587D;
--charcoal-800: #263F59;
--charcoal-900: #182839;
--charcoal-950: #0F1924;
}