Charcoal
#192A39
BlueColor Codes
All color formats for development
HEX
#192A39RGB
rgb(25, 42, 57)HSL
hsl(208, 39%, 16%)OKLCH
oklch(0.277 0.036 246.2)CMYK
cmyk(56%, 26%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162633
2#14212D
3#111D28
4#0F1922
5#0C151C
6#0A1117
7#070D11
8#05080B
9#020406
Tints
Lighter variations
1#264056
2#335674
3#406C92
4#4D82B0
5#6A97BE
6#88ACCB
7#A6C0D8
8#C3D5E5
9#E1EAF2
Tones
Muted variations
1#1A2A37
2#1C2A36
3#1E2A34
4#1F2932
5#212931
6#22292F
7#24292E
8#26292C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DB | BordersInactive statesPlaceholder text |
| 400 | 83A8 #83A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8F #5F8FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4473 #44739C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192A #192A39 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D1DFEB;
--charcoal-300: #ADC6DB;
--charcoal-400: #83A8C9;
--charcoal-500: #5F8FB9;
--charcoal-600: #44739C;
--charcoal-700: #365C7C;
--charcoal-800: #274159;
--charcoal-900: #192A39;
--charcoal-950: #101A23;
}