Charcoal
#405972
BlueColor Codes
All color formats for development
HEX
#405972RGB
rgb(64, 89, 114)HSL
hsl(210, 28%, 35%)OKLCH
oklch(0.454 0.051 249)CMYK
cmyk(44%, 22%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5067
2#33475B
3#2D3E50
4#273645
5#202D39
6#1A242E
7#131B22
8#0D1217
9#06090B
Tints
Lighter variations
1#4C6A87
2#587A9D
3#6A8BAB
4#809CB7
5#95ACC3
6#AABDCF
7#BFCDDB
8#D5DEE7
9#EAEEF3
Tones
Muted variations
1#435970
2#45596D
3#48596B
4#4A5968
5#4D5966
6#4F5963
7#525961
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 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C4 #B4C4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA6 #8DA6BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8C #6C8CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5170 #517090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4059 #405972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E40 #2E4052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D29 #1D2934 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B4C4D5;
--charcoal-400: #8DA6BF;
--charcoal-500: #6C8CAC;
--charcoal-600: #517090;
--charcoal-700: #405972;
--charcoal-800: #2E4052;
--charcoal-900: #1D2934;
--charcoal-950: #121A21;
}