Charcoal
#164369
BlueColor Codes
All color formats for development
HEX
#164369RGB
rgb(22, 67, 105)HSL
hsl(207, 65%, 25%)OKLCH
oklch(0.372 0.081 247.8)CMYK
cmyk(79%, 36%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143D5F
2#123654
3#10304A
4#0D293F
5#0B2235
6#091B2A
7#071420
8#040E15
9#02070B
Tints
Lighter variations
1#1D5889
2#246DA8
3#2A81C8
4#4294D7
5#61A6DE
6#81B7E4
7#A0C9EB
8#C0DBF2
9#DFEDF8
Tones
Muted variations
1#1A4365
2#1F4361
3#23435D
4#274259
5#2B4254
6#2F4150
7#33414C
8#374148
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 | C8E0 #C8E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EA | BordersInactive statesPlaceholder text |
| 400 | 6CAC #6CACE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4294 #4294D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2777 #2777B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5F #1F5F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #164469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EEF9;
--charcoal-200: #C8E0F3;
--charcoal-300: #9EC8EA;
--charcoal-400: #6CACE0;
--charcoal-500: #4294D7;
--charcoal-600: #2777B9;
--charcoal-700: #1F5F93;
--charcoal-800: #164469;
--charcoal-900: #0E2B43;
--charcoal-950: #091B2A;
}