Charcoal
#415671
BlueColor Codes
All color formats for development
HEX
#415671RGB
rgb(65, 86, 113)HSL
hsl(214, 27%, 35%)OKLCH
oklch(0.447 0.052 255)CMYK
cmyk(42%, 24%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4D66
2#34455B
3#2E3C4F
4#273444
5#212B39
6#1A222D
7#141A22
8#0D1117
9#07090B
Tints
Lighter variations
1#4D6686
2#59769B
3#6C87AA
4#8198B6
5#96A9C3
6#ABBACF
7#C0CBDB
8#D5DDE7
9#EAEEF3
Tones
Muted variations
1#44566F
2#46576D
3#48576A
4#4B5768
5#4D5865
6#505863
7#525860
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 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA3 #8EA3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D88 #6D88AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526C #526C8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4156 #415671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2734 | 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: #B5C2D4;
--charcoal-400: #8EA3BE;
--charcoal-500: #6D88AB;
--charcoal-600: #526C8E;
--charcoal-700: #415671;
--charcoal-800: #2F3D51;
--charcoal-900: #1E2734;
--charcoal-950: #131920;
}