Charcoal
#395679
BlueColor Codes
All color formats for development
HEX
#395679RGB
rgb(57, 86, 121)HSL
hsl(213, 36%, 35%)OKLCH
oklch(0.446 0.068 253.8)CMYK
cmyk(53%, 29%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334D6D
2#2E4561
3#283C55
4#223449
5#1D2B3D
6#172231
7#111A24
8#0B1118
9#06090C
Tints
Lighter variations
1#446690
2#4E76A6
3#6187B5
4#7898BF
5#8EA9CA
6#A5BAD5
7#BBCBDF
8#D2DDEA
9#E8EEF4
Tones
Muted variations
1#3C5676
2#405773
3#435770
4#46576D
5#495869
6#4C5866
7#505863
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 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC2 #AFC2D9 | BordersInactive statesPlaceholder text |
| 400 | 86A3 #86A3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6388 #6388B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486C #486C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3956 #395679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293D #293D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2737 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DDEA;
--charcoal-300: #AFC2D9;
--charcoal-400: #86A3C6;
--charcoal-500: #6388B6;
--charcoal-600: #486C99;
--charcoal-700: #395679;
--charcoal-800: #293D57;
--charcoal-900: #1A2737;
--charcoal-950: #101923;
}