Charcoal
#415771
BlueColor Codes
All color formats for development
HEX
#415771RGB
rgb(65, 87, 113)HSL
hsl(213, 27%, 35%)OKLCH
oklch(0.45 0.051 253)CMYK
cmyk(42%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4E66
2#34455B
3#2E3D4F
4#273444
5#212B39
6#1A232D
7#141A22
8#0D1117
9#07090B
Tints
Lighter variations
1#4D6786
2#59779B
3#6C88AA
4#8199B6
5#96AAC3
6#ABBBCF
7#C0CCDB
8#D5DDE7
9#EAEEF3
Tones
Muted variations
1#44576F
2#46576D
3#48586A
4#4B5868
5#4D5865
6#505863
7#525960
8#54595E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C3 #B5C3D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA3 #8EA3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D89 #6D89AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526D #526D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4157 #415771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2834 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DDE7;
--charcoal-300: #B5C3D4;
--charcoal-400: #8EA3BE;
--charcoal-500: #6D89AB;
--charcoal-600: #526D8E;
--charcoal-700: #415771;
--charcoal-800: #2F3E51;
--charcoal-900: #1E2834;
--charcoal-950: #131920;
}