Charcoal
#164169
BlueColor Codes
All color formats for development
HEX
#164169RGB
rgb(22, 65, 105)HSL
hsl(209, 65%, 25%)OKLCH
oklch(0.367 0.084 249.9)CMYK
cmyk(79%, 38%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143B5F
2#123454
3#102E4A
4#0D273F
5#0B2135
6#091A2A
7#071420
8#040D15
9#02070B
Tints
Lighter variations
1#1D5589
2#2468A8
3#2A7CC8
4#428FD7
5#61A1DE
6#81B4E4
7#A0C7EB
8#C0DAF2
9#DFECF8
Tones
Muted variations
1#1A4165
2#1F4161
3#23415D
4#274159
5#2B4054
6#2F4050
7#33404C
8#374048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC6 #9EC6EA | BordersInactive statesPlaceholder text |
| 400 | 6CA8 #6CA8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428F #428FD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2773 #2773B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5B #1F5B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #164169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A43 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EEF9;
--charcoal-200: #C8DFF3;
--charcoal-300: #9EC6EA;
--charcoal-400: #6CA8E0;
--charcoal-500: #428FD7;
--charcoal-600: #2773B9;
--charcoal-700: #1F5B93;
--charcoal-800: #164169;
--charcoal-900: #0E2A43;
--charcoal-950: #091A2A;
}