Charcoal
#162A69
BlueColor Codes
All color formats for development
HEX
#162A69RGB
rgb(22, 42, 105)HSL
hsl(226, 65%, 25%)OKLCH
oklch(0.312 0.113 266.4)CMYK
cmyk(79%, 60%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14255F
2#122154
3#101D4A
4#0D193F
5#0B1535
6#09112A
7#070C20
8#040815
9#02040B
Tints
Lighter variations
1#1D3689
2#2443A8
3#2A4FC8
4#4264D7
5#617EDE
6#8198E4
7#A0B2EB
8#C0CBF2
9#DFE5F8
Tones
Muted variations
1#1A2C65
2#1F2E61
3#23305D
4#273259
5#2B3554
6#2F3750
7#33394C
8#373B48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D2 #C8D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB0 #9EB0EA | BordersInactive statesPlaceholder text |
| 400 | 6C87 #6C87E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4264 #4264D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2749 #2749B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3A #1F3A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162A #162A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1B #0E1B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E2E7F9;
--charcoal-200: #C8D2F3;
--charcoal-300: #9EB0EA;
--charcoal-400: #6C87E0;
--charcoal-500: #4264D7;
--charcoal-600: #2749B9;
--charcoal-700: #1F3A93;
--charcoal-800: #162A69;
--charcoal-900: #0E1B43;
--charcoal-950: #09112A;
}