Charcoal
#365A7D
BlueColor Codes
All color formats for development
HEX
#365A7DRGB
rgb(54, 90, 125)HSL
hsl(210, 40%, 35%)OKLCH
oklch(0.456 0.071 249)CMYK
cmyk(57%, 28%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305070
2#2B4764
3#253E57
4#20364B
5#1B2D3E
6#152432
7#101B25
8#0B1219
9#05090C
Tints
Lighter variations
1#3F6A94
2#497AAB
3#5D8BB9
4#749CC3
5#8BACCD
6#A2BDD7
7#B9CDE1
8#D1DEEB
9#E8EEF5
Tones
Muted variations
1#395979
2#3D5976
3#405972
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 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A6 #82A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8C #5E8CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4370 #43709D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2640 #264059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #182939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DEEB;
--charcoal-300: #ADC4DC;
--charcoal-400: #82A6C9;
--charcoal-500: #5E8CBA;
--charcoal-600: #43709D;
--charcoal-700: #36597D;
--charcoal-800: #264059;
--charcoal-900: #182939;
--charcoal-950: #0F1A24;
}