Charcoal
#192B39
BlueColor Codes
All color formats for development
HEX
#192B39RGB
rgb(25, 43, 57)HSL
hsl(206, 39%, 16%)OKLCH
oklch(0.28 0.035 242.9)CMYK
cmyk(56%, 25%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162733
2#14222D
3#111E28
4#0F1A22
5#0C151C
6#0A1117
7#070D11
8#05090B
9#020406
Tints
Lighter variations
1#264156
2#335874
3#406F92
4#4D85B0
5#6A99BE
6#88AECB
7#A6C2D8
8#C3D6E5
9#E1EBF2
Tones
Muted variations
1#1A2B37
2#1C2A36
3#1E2A34
4#1F2A32
5#212A31
6#222A2F
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83AA #83AAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F92 #5F92B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4476 #44769C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2743 #274359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D1E0EB;
--charcoal-300: #ADC7DB;
--charcoal-400: #83AAC9;
--charcoal-500: #5F92B9;
--charcoal-600: #44769C;
--charcoal-700: #365E7C;
--charcoal-800: #274359;
--charcoal-900: #192B39;
--charcoal-950: #101B23;
}