Charcoal
#164F69
BlueColor Codes
All color formats for development
HEX
#164F69RGB
rgb(22, 79, 105)HSL
hsl(199, 65%, 25%)OKLCH
oklch(0.404 0.072 232.6)CMYK
cmyk(79%, 25%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14475F
2#123F54
3#10374A
4#0D2F3F
5#0B2735
6#09202A
7#071820
8#041015
9#02080B
Tints
Lighter variations
1#1D6789
2#247EA8
3#2A96C8
4#42A8D7
5#61B6DE
6#81C5E4
7#A0D3EB
8#C0E2F2
9#DFF0F8
Tones
Muted variations
1#1A4D65
2#1F4C61
3#234A5D
4#274959
5#2B4754
6#2F4650
7#33444C
8#374348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E6 #C8E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED2 #9ED2EA | BordersInactive statesPlaceholder text |
| 400 | 6CBB #6CBBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A8 #42A8D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 278B #278BB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F6F #1F6F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164F #164F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E33 #0E3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E2F1F9;
--charcoal-200: #C8E6F3;
--charcoal-300: #9ED2EA;
--charcoal-400: #6CBBE0;
--charcoal-500: #42A8D7;
--charcoal-600: #278BB9;
--charcoal-700: #1F6F93;
--charcoal-800: #164F69;
--charcoal-900: #0E3343;
--charcoal-950: #09202A;
}