Charcoal
#164B69
BlueColor Codes
All color formats for development
HEX
#164B69RGB
rgb(22, 75, 105)HSL
hsl(202, 65%, 25%)OKLCH
oklch(0.393 0.074 238.1)CMYK
cmyk(79%, 29%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14435F
2#123C54
3#10344A
4#0D2D3F
5#0B2535
6#091E2A
7#071620
8#040F15
9#02070B
Tints
Lighter variations
1#1D6189
2#2478A8
3#2A8EC8
4#42A0D7
5#61B0DE
6#81C0E4
7#A0D0EB
8#C0DFF2
9#DFEFF8
Tones
Muted variations
1#1A4A65
2#1F4961
3#23475D
4#274659
5#2B4554
6#2F4450
7#33434C
8#374248
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECF #9ECFEA | BordersInactive statesPlaceholder text |
| 400 | 6CB5 #6CB5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A0 #42A0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2784 #2784B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F69 #1F6993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164B #164B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E30 #0E3043 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E2F0F9;
--charcoal-200: #C8E4F3;
--charcoal-300: #9ECFEA;
--charcoal-400: #6CB5E0;
--charcoal-500: #42A0D7;
--charcoal-600: #2784B9;
--charcoal-700: #1F6993;
--charcoal-800: #164B69;
--charcoal-900: #0E3043;
--charcoal-950: #091E2A;
}