Charcoal
#162869
BlueColor Codes
All color formats for development
HEX
#162869RGB
rgb(22, 40, 105)HSL
hsl(227, 65%, 25%)OKLCH
oklch(0.307 0.116 267.3)CMYK
cmyk(79%, 62%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14245F
2#122054
3#101C4A
4#0D183F
5#0B1435
6#09102A
7#070C20
8#040815
9#02040B
Tints
Lighter variations
1#1D3489
2#2440A8
3#2A4DC8
4#4262D7
5#617CDE
6#8196E4
7#A0B0EB
8#C0CBF2
9#DFE5F8
Tones
Muted variations
1#1A2B65
2#1F2D61
3#232F5D
4#273259
5#2B3454
6#2F3650
7#33394C
8#373B48
9#3C3D44
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 | 9EAF #9EAFEA | BordersInactive statesPlaceholder text |
| 400 | 6C85 #6C85E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4262 #4262D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2747 #2747B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F38 #1F3893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1628 #162869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1A #0E1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | 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: #9EAFEA;
--charcoal-400: #6C85E0;
--charcoal-500: #4262D7;
--charcoal-600: #2747B9;
--charcoal-700: #1F3893;
--charcoal-800: #162869;
--charcoal-900: #0E1A43;
--charcoal-950: #09102A;
}