Charcoal
#395979
BlueColor Codes
All color formats for development
HEX
#395979RGB
rgb(57, 89, 121)HSL
hsl(210, 36%, 35%)OKLCH
oklch(0.454 0.065 249.4)CMYK
cmyk(53%, 26%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33506D
2#2E4761
3#283E55
4#223649
5#1D2D3D
6#172431
7#111B24
8#0B1218
9#06090C
Tints
Lighter variations
1#446A90
2#4E7AA6
3#618BB5
4#789CBF
5#8EACCA
6#A5BDD5
7#BBCDDF
8#D2DEEA
9#E8EEF4
Tones
Muted variations
1#3C5976
2#405973
3#435970
4#46596D
5#495969
6#4C5966
7#505963
8#535960
9#56595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A6 #86A6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638C #638CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4870 #487099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3959 #395979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2940 #294057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DEEA;
--charcoal-300: #AFC4D9;
--charcoal-400: #86A6C6;
--charcoal-500: #638CB6;
--charcoal-600: #487099;
--charcoal-700: #395979;
--charcoal-800: #294057;
--charcoal-900: #1A2937;
--charcoal-950: #101A23;
}