Charcoal
#164C6A
BlueColor Codes
All color formats for development
HEX
#164C6ARGB
rgb(22, 76, 106)HSL
hsl(201, 66%, 25%)OKLCH
oklch(0.397 0.075 237.7)CMYK
cmyk(79%, 28%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14455F
2#113D55
3#0F354A
4#0D2E3F
5#0B2635
6#091F2A
7#071720
8#040F15
9#02080B
Tints
Lighter variations
1#1C638A
2#237AA9
3#2991C9
4#41A3D8
5#60B2DE
6#80C2E5
7#A0D1EB
8#C0E0F2
9#DFF0F8
Tones
Muted variations
1#1A4B66
2#1E4A61
3#22495D
4#274759
5#2B4655
6#2F4551
7#33444C
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 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E1F1F9;
--charcoal-200: #C8E4F4;
--charcoal-300: #9ED0EB;
--charcoal-400: #6BB7E1;
--charcoal-500: #41A3D8;
--charcoal-600: #2686BA;
--charcoal-700: #1E6B94;
--charcoal-800: #164C6A;
--charcoal-900: #0E3144;
--charcoal-950: #091F2A;
}