Charcoal
#164869
BlueColor Codes
All color formats for development
HEX
#164869RGB
rgb(22, 72, 105)HSL
hsl(204, 65%, 25%)OKLCH
oklch(0.385 0.077 241.9)CMYK
cmyk(79%, 31%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14415F
2#123A54
3#10324A
4#0D2B3F
5#0B2435
6#091D2A
7#071620
8#040E15
9#02070B
Tints
Lighter variations
1#1D5E89
2#2473A8
3#2A89C8
4#429BD7
5#61ACDE
6#81BCE4
7#A0CDEB
8#C0DEF2
9#DFEEF8
Tones
Muted variations
1#1A4765
2#1F4661
3#23465D
4#274559
5#2B4454
6#2F4350
7#33424C
8#374148
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECC #9ECCEA | BordersInactive statesPlaceholder text |
| 400 | 6CB1 #6CB1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 429B #429BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277F #277FB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F65 #1F6593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1648 #164869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2E #0E2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EFF9;
--charcoal-200: #C8E2F3;
--charcoal-300: #9ECCEA;
--charcoal-400: #6CB1E0;
--charcoal-500: #429BD7;
--charcoal-600: #277FB9;
--charcoal-700: #1F6593;
--charcoal-800: #164869;
--charcoal-900: #0E2E43;
--charcoal-950: #091D2A;
}