Charcoal
#394079
BlueColor Codes
All color formats for development
HEX
#394079RGB
rgb(57, 64, 121)HSL
hsl(233, 36%, 35%)OKLCH
oklch(0.395 0.096 275.8)CMYK
cmyk(53%, 47%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333A6D
2#2E3461
3#282D55
4#222749
5#1D203D
6#171A31
7#111324
8#0B0D18
9#06060C
Tints
Lighter variations
1#444D90
2#4E59A6
3#616BB5
4#7880BF
5#8E95CA
6#A5AAD5
7#BBC0DF
8#D2D5EA
9#E8EAF4
Tones
Muted variations
1#3C4376
2#404673
3#434870
4#464A6D
5#494D69
6#4C4F66
7#505263
8#535460
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4D9 | BordersInactive statesPlaceholder text |
| 400 | 868D #868DC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636D #636DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4851 #485199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3941 #394179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292E #292E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB4D9;
--charcoal-400: #868DC6;
--charcoal-500: #636DB6;
--charcoal-600: #485199;
--charcoal-700: #394179;
--charcoal-800: #292E57;
--charcoal-900: #1A1E37;
--charcoal-950: #101223;
}