Charcoal
#364B7C
BlueColor Codes
All color formats for development
HEX
#364B7CRGB
rgb(54, 75, 124)HSL
hsl(222, 39%, 35%)OKLCH
oklch(0.42 0.086 265.3)CMYK
cmyk(56%, 40%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314470
2#2C3C63
3#263557
4#212D4A
5#1B263E
6#161E32
7#101725
8#0B0F19
9#05080C
Tints
Lighter variations
1#415993
2#4B67AA
3#5E79B8
4#758CC2
5#8C9FCC
6#A3B2D7
7#BAC6E1
8#D1D9EB
9#E8ECF5
Tones
Muted variations
1#3A4D79
2#3D4E75
3#415072
4#44516E
5#48526B
6#4B5467
7#4F5564
8#525660
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D9EB;
--charcoal-300: #ADBBDB;
--charcoal-400: #8398C9;
--charcoal-500: #5F7AB9;
--charcoal-600: #445F9C;
--charcoal-700: #364B7C;
--charcoal-800: #273659;
--charcoal-900: #192239;
--charcoal-950: #101623;
}