Charcoal
#164769
BlueColor Codes
All color formats for development
HEX
#164769RGB
rgb(22, 71, 105)HSL
hsl(205, 65%, 25%)OKLCH
oklch(0.383 0.078 243.2)CMYK
cmyk(79%, 32%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14405F
2#123954
3#10314A
4#0D2A3F
5#0B2335
6#091C2A
7#071520
8#040E15
9#02070B
Tints
Lighter variations
1#1D5C89
2#2471A8
3#2A86C8
4#4299D7
5#61AADE
6#81BBE4
7#A0CCEB
8#C0DDF2
9#DFEEF8
Tones
Muted variations
1#1A4665
2#1F4561
3#23455D
4#274459
5#2B4354
6#2F4350
7#33424C
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 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECB #9ECBEA | BordersInactive statesPlaceholder text |
| 400 | 6CAF #6CAFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4299 #4299D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277C #277CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F63 #1F6393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1647 #164769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2D #0E2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EFF9;
--charcoal-200: #C8E1F3;
--charcoal-300: #9ECBEA;
--charcoal-400: #6CAFE0;
--charcoal-500: #4299D7;
--charcoal-600: #277CB9;
--charcoal-700: #1F6393;
--charcoal-800: #164769;
--charcoal-900: #0E2D43;
--charcoal-950: #091C2A;
}