Charcoal
#364C7C
BlueColor Codes
All color formats for development
HEX
#364C7CRGB
rgb(54, 76, 124)HSL
hsl(221, 39%, 35%)OKLCH
oklch(0.422 0.085 264.4)CMYK
cmyk(56%, 39%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314570
2#2C3D63
3#263657
4#212E4A
5#1B263E
6#161F32
7#101725
8#0B0F19
9#05080C
Tints
Lighter variations
1#415B93
2#4B69AA
3#5E7AB8
4#758DC2
5#8CA0CC
6#A3B3D7
7#BAC6E1
8#D1D9EB
9#E8ECF5
Tones
Muted variations
1#3A4E79
2#3D4F75
3#415072
4#44526E
5#48536B
6#4B5467
7#4F5564
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 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBC #ADBCDB | BordersInactive statesPlaceholder text |
| 400 | 8399 #8399C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7C #5F7CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4460 #44609C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364C #364C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2737 #273759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1923 #192339 | 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: #E6EBF4;
--charcoal-200: #D1D9EB;
--charcoal-300: #ADBCDB;
--charcoal-400: #8399C9;
--charcoal-500: #5F7CB9;
--charcoal-600: #44609C;
--charcoal-700: #364C7C;
--charcoal-800: #273759;
--charcoal-900: #192339;
--charcoal-950: #101623;
}