Charcoal
#394579
BlueColor Codes
All color formats for development
HEX
#394579RGB
rgb(57, 69, 121)HSL
hsl(229, 36%, 35%)OKLCH
oklch(0.406 0.089 272.1)CMYK
cmyk(53%, 43%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333E6D
2#2E3761
3#283055
4#222949
5#1D223D
6#171C31
7#111524
8#0B0E18
9#06070C
Tints
Lighter variations
1#445290
2#4E5EA6
3#6171B5
4#7885BF
5#8E99CA
6#A5AED5
7#BBC2DF
8#D2D6EA
9#E8EBF4
Tones
Muted variations
1#3C4776
2#404973
3#434B70
4#464D6D
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 | AFB7 #AFB7D9 | BordersInactive statesPlaceholder text |
| 400 | 8691 #8691C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6372 #6372B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4857 #485799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3945 #394579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2931 #293157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #AFB7D9;
--charcoal-400: #8691C6;
--charcoal-500: #6372B6;
--charcoal-600: #485799;
--charcoal-700: #394579;
--charcoal-800: #293157;
--charcoal-900: #1A1F37;
--charcoal-950: #101423;
}