Charcoal
#394679
BlueColor Codes
All color formats for development
HEX
#394679RGB
rgb(57, 70, 121)HSL
hsl(228, 36%, 35%)OKLCH
oklch(0.409 0.087 271.3)CMYK
cmyk(53%, 42%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333F6D
2#2E3861
3#283155
4#222A49
5#1D233D
6#171C31
7#111524
8#0B0E18
9#06070C
Tints
Lighter variations
1#445390
2#4E60A6
3#6172B5
4#7886BF
5#8E9ACA
6#A5AED5
7#BBC3DF
8#D2D7EA
9#E8EBF4
Tones
Muted variations
1#3C4876
2#404A73
3#434C70
4#464E6D
5#495069
6#4C5266
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 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8692 #8692C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6373 #6373B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4858 #485899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3946 #394679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2932 #293257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | 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: #D2D7EA;
--charcoal-300: #AFB8D9;
--charcoal-400: #8692C6;
--charcoal-500: #6373B6;
--charcoal-600: #485899;
--charcoal-700: #394679;
--charcoal-800: #293257;
--charcoal-900: #1A2037;
--charcoal-950: #101423;
}