Charcoal
#394479
BlueColor Codes
All color formats for development
HEX
#394479RGB
rgb(57, 68, 121)HSL
hsl(230, 36%, 35%)OKLCH
oklch(0.404 0.09 272.9)CMYK
cmyk(53%, 44%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333D6D
2#2E3661
3#282F55
4#222949
5#1D223D
6#171B31
7#111424
8#0B0E18
9#06070C
Tints
Lighter variations
1#445090
2#4E5DA6
3#616FB5
4#7884BF
5#8E98CA
6#A5ADD5
7#BBC1DF
8#D2D6EA
9#E8EAF4
Tones
Muted variations
1#3C4676
2#404873
3#434A70
4#464C6D
5#494F69
6#4C5166
7#505363
8#535560
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | 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: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D6EA;
--charcoal-300: #AFB6D9;
--charcoal-400: #8690C6;
--charcoal-500: #6371B6;
--charcoal-600: #485599;
--charcoal-700: #394479;
--charcoal-800: #293057;
--charcoal-900: #1A1F37;
--charcoal-950: #101323;
}