Charcoal
#393D79
BlueColor Codes
All color formats for development
HEX
#393D79RGB
rgb(57, 61, 121)HSL
hsl(236, 36%, 35%)OKLCH
oklch(0.389 0.1 277.8)CMYK
cmyk(53%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33376D
2#2E3161
3#282B55
4#222549
5#1D1F3D
6#171931
7#111224
8#0B0C18
9#06060C
Tints
Lighter variations
1#444990
2#4E54A6
3#6167B5
4#787DBF
5#8E92CA
6#A5A8D5
7#BBBEDF
8#D2D4EA
9#E8E9F4
Tones
Muted variations
1#3C4076
2#404373
3#434670
4#46496D
5#494B69
6#4C4E66
7#505163
8#535460
9#56565C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2D9 | BordersInactive statesPlaceholder text |
| 400 | 868A #868AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6368 #6368B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484D #484D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393D #393D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292C #292C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D4EA;
--charcoal-300: #AFB2D9;
--charcoal-400: #868AC6;
--charcoal-500: #6368B6;
--charcoal-600: #484D99;
--charcoal-700: #393D79;
--charcoal-800: #292C57;
--charcoal-900: #1A1C37;
--charcoal-950: #101223;
}