Charcoal
#364A7C
BlueColor Codes
All color formats for development
HEX
#364A7CRGB
rgb(54, 74, 124)HSL
hsl(223, 39%, 35%)OKLCH
oklch(0.418 0.087 266.2)CMYK
cmyk(56%, 40%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314370
2#2C3B63
3#263457
4#212D4A
5#1B253E
6#161E32
7#101625
8#0B0F19
9#05070C
Tints
Lighter variations
1#415893
2#4B66AA
3#5E77B8
4#758BC2
5#8C9ECC
6#A3B1D7
7#BAC5E1
8#D1D8EB
9#E8ECF5
Tones
Muted variations
1#3A4C79
2#3D4D75
3#414F72
4#44506E
5#48526B
6#4B5367
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 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8397 #8397C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F79 #5F79B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445D #445D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364A #364A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2735 #273559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D8EB;
--charcoal-300: #ADBADB;
--charcoal-400: #8397C9;
--charcoal-500: #5F79B9;
--charcoal-600: #445D9C;
--charcoal-700: #364A7C;
--charcoal-800: #273559;
--charcoal-900: #192239;
--charcoal-950: #101523;
}