Charcoal
#162C6A
BlueColor Codes
All color formats for development
HEX
#162C6ARGB
rgb(22, 44, 106)HSL
hsl(224, 66%, 25%)OKLCH
oklch(0.317 0.112 265.5)CMYK
cmyk(79%, 58%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14285F
2#112355
3#0F1F4A
4#0D1A3F
5#0B1635
6#09122A
7#070D20
8#040915
9#02040B
Tints
Lighter variations
1#1C398A
2#2347A9
3#2954C9
4#4169D8
5#6082DE
6#809BE5
7#A0B4EB
8#C0CDF2
9#DFE6F8
Tones
Muted variations
1#1A2E66
2#1E3061
3#22325D
4#273459
5#2B3655
6#2F3851
7#333A4C
8#373C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB2 #9EB2EB | BordersInactive statesPlaceholder text |
| 400 | 6B8A #6B8AE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4169 #4169D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 264E #264EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E3E #1E3E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C44 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E1E8F9;
--charcoal-200: #C8D4F4;
--charcoal-300: #9EB2EB;
--charcoal-400: #6B8AE1;
--charcoal-500: #4169D8;
--charcoal-600: #264EBA;
--charcoal-700: #1E3E94;
--charcoal-800: #162C6A;
--charcoal-900: #0E1C44;
--charcoal-950: #09122A;
}