Charcoal
#364E7C
BlueColor Codes
All color formats for development
HEX
#364E7CRGB
rgb(54, 78, 124)HSL
hsl(219, 39%, 35%)OKLCH
oklch(0.427 0.082 262.5)CMYK
cmyk(56%, 37%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314770
2#2C3F63
3#263757
4#212F4A
5#1B273E
6#162032
7#101825
8#0B1019
9#05080C
Tints
Lighter variations
1#415D93
2#4B6CAA
3#5E7DB8
4#7590C2
5#8CA2CC
6#A3B5D7
7#BAC7E1
8#D1DAEB
9#E8ECF5
Tones
Muted variations
1#3A5079
2#3D5175
3#415272
4#44536E
5#48546B
6#4B5567
7#4F5664
8#525760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839B #839BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7F #5F7FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4463 #44639C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364F #364F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2738 #273859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1924 #192439 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D1DAEB;
--charcoal-300: #ADBDDB;
--charcoal-400: #839BC9;
--charcoal-500: #5F7FB9;
--charcoal-600: #44639C;
--charcoal-700: #364F7C;
--charcoal-800: #273859;
--charcoal-900: #192439;
--charcoal-950: #101723;
}