Charcoal
#364B7D
BlueColor Codes
All color formats for development
HEX
#364B7DRGB
rgb(54, 75, 125)HSL
hsl(222, 40%, 35%)OKLCH
oklch(0.42 0.088 265.6)CMYK
cmyk(57%, 40%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304370
2#2B3C64
3#253457
4#202D4B
5#1B253E
6#151E32
7#101625
8#0B0F19
9#05070C
Tints
Lighter variations
1#3F5994
2#4967AB
3#5D78B9
4#748CC3
5#8B9FCD
6#A2B2D7
7#B9C5E1
8#D1D9EB
9#E8ECF5
Tones
Muted variations
1#394C79
2#3D4E76
3#404F72
4#44516F
5#47526B
6#4B5468
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 #ADBBDC | BordersInactive statesPlaceholder text |
| 400 | 8297 #8297C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7A #5E7ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435E #435E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #182239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | 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: #ADBBDC;
--charcoal-400: #8297C9;
--charcoal-500: #5E7ABA;
--charcoal-600: #435E9D;
--charcoal-700: #364B7D;
--charcoal-800: #263659;
--charcoal-900: #182239;
--charcoal-950: #0F1524;
}