Charcoal
#395379
BlueColor Codes
All color formats for development
HEX
#395379RGB
rgb(57, 83, 121)HSL
hsl(216, 36%, 35%)OKLCH
oklch(0.439 0.071 257.8)CMYK
cmyk(53%, 31%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334B6D
2#2E4261
3#283A55
4#223249
5#1D293D
6#172131
7#111924
8#0B1118
9#06080C
Tints
Lighter variations
1#446290
2#4E72A6
3#6183B5
4#7894BF
5#8EA6CA
6#A5B8D5
7#BBCADF
8#D2DBEA
9#E8EDF4
Tones
Muted variations
1#3C5376
2#405473
3#435570
4#46556D
5#495669
6#4C5766
7#505763
8#535860
9#56595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC0 #AFC0D9 | BordersInactive statesPlaceholder text |
| 400 | 869F #869FC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6384 #6384B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4868 #486899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3953 #395379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293B #293B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DBEA;
--charcoal-300: #AFC0D9;
--charcoal-400: #869FC6;
--charcoal-500: #6384B6;
--charcoal-600: #486899;
--charcoal-700: #395379;
--charcoal-800: #293B57;
--charcoal-900: #1A2637;
--charcoal-950: #101823;
}