Charcoal
#394A79
BlueColor Codes
All color formats for development
HEX
#394A79RGB
rgb(57, 74, 121)HSL
hsl(224, 36%, 35%)OKLCH
oklch(0.418 0.082 267.7)CMYK
cmyk(53%, 39%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33436D
2#2E3B61
3#283455
4#222D49
5#1D253D
6#171E31
7#111624
8#0B0F18
9#06070C
Tints
Lighter variations
1#445890
2#4E66A6
3#6177B5
4#788BBF
5#8E9ECA
6#A5B2D5
7#BBC5DF
8#D2D8EA
9#E8ECF4
Tones
Muted variations
1#3C4C76
2#404D73
3#434F70
4#46506D
5#495269
6#4C5366
7#505563
8#535660
9#56585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8697 #8697C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6379 #6379B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485D #485D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394A #394A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2935 #293557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | 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: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D8EA;
--charcoal-300: #AFBAD9;
--charcoal-400: #8697C6;
--charcoal-500: #6379B6;
--charcoal-600: #485D99;
--charcoal-700: #394A79;
--charcoal-800: #293557;
--charcoal-900: #1A2237;
--charcoal-950: #101523;
}