Charcoal
#394379
BlueColor Codes
All color formats for development
HEX
#394379RGB
rgb(57, 67, 121)HSL
hsl(231, 36%, 35%)OKLCH
oklch(0.402 0.091 273.7)CMYK
cmyk(53%, 45%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333C6D
2#2E3561
3#282F55
4#222849
5#1D213D
6#171B31
7#111424
8#0B0D18
9#06070C
Tints
Lighter variations
1#444F90
2#4E5CA6
3#616EB5
4#7882BF
5#8E97CA
6#A5ACD5
7#BBC1DF
8#D2D5EA
9#E8EAF4
Tones
Muted variations
1#3C4576
2#404773
3#434A70
4#464C6D
5#494E69
6#4C5066
7#505363
8#535560
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 868F #868FC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636F #636FB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4854 #485499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3943 #394379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB6D9;
--charcoal-400: #868FC6;
--charcoal-500: #636FB6;
--charcoal-600: #485499;
--charcoal-700: #394379;
--charcoal-800: #293057;
--charcoal-900: #1A1F37;
--charcoal-950: #101323;
}