Charcoal
#394B79
BlueColor Codes
All color formats for development
HEX
#394B79RGB
rgb(57, 75, 121)HSL
hsl(223, 36%, 35%)OKLCH
oklch(0.42 0.08 266.8)CMYK
cmyk(53%, 38%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33446D
2#2E3C61
3#283555
4#222D49
5#1D263D
6#171E31
7#111724
8#0B0F18
9#06080C
Tints
Lighter variations
1#445990
2#4E67A6
3#6179B5
4#788CBF
5#8E9FCA
6#A5B2D5
7#BBC6DF
8#D2D9EA
9#E8ECF4
Tones
Muted variations
1#3C4D76
2#404E73
3#435070
4#46516D
5#495269
6#4C5466
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBD9 | BordersInactive statesPlaceholder text |
| 400 | 8698 #8698C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637A #637AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485F #485F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394B #394B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2936 #293657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D9EA;
--charcoal-300: #AFBBD9;
--charcoal-400: #8698C6;
--charcoal-500: #637AB6;
--charcoal-600: #485F99;
--charcoal-700: #394B79;
--charcoal-800: #293657;
--charcoal-900: #1A2237;
--charcoal-950: #101623;
}