Charcoal
#365C7C
BlueColor Codes
All color formats for development
HEX
#365C7CRGB
rgb(54, 92, 124)HSL
hsl(207, 39%, 35%)OKLCH
oklch(0.461 0.068 245.4)CMYK
cmyk(56%, 26%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315370
2#2C4A63
3#264157
4#21384A
5#1B2E3E
6#162532
7#101C25
8#0B1319
9#05090C
Tints
Lighter variations
1#416E93
2#4B7FAA
3#5E8FB8
4#759FC2
5#8CAFCC
6#A3BFD7
7#BACFE1
8#D1DFEB
9#E8EFF5
Tones
Muted variations
1#3A5C79
2#3D5C75
3#415C72
4#445B6E
5#485B6B
6#4B5B67
7#4F5A64
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 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83A9 #83A9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F91 #5F91B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4475 #44759C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365D #365D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2742 #274259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192A #192A39 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | 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: #ADC7DB;
--charcoal-400: #83A9C9;
--charcoal-500: #5F91B9;
--charcoal-600: #44759C;
--charcoal-700: #365D7C;
--charcoal-800: #274259;
--charcoal-900: #192A39;
--charcoal-950: #101A23;
}