Charcoal
#192D39
BlueColor Codes
All color formats for development
HEX
#192D39RGB
rgb(25, 45, 57)HSL
hsl(203, 39%, 16%)OKLCH
oklch(0.286 0.034 236)CMYK
cmyk(56%, 21%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162833
2#14242D
3#111F28
4#0F1B22
5#0C161C
6#0A1217
7#070D11
8#05090B
9#020406
Tints
Lighter variations
1#264456
2#335B74
3#407392
4#4D8AB0
5#6A9EBE
6#88B1CB
7#A6C5D8
8#C3D8E5
9#E1ECF2
Tones
Muted variations
1#1A2C37
2#1C2C36
3#1E2B34
4#1F2B32
5#212B31
6#222A2F
7#242A2E
8#262A2C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCA #ADCADB | BordersInactive statesPlaceholder text |
| 400 | 83AE #83AEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F97 #5F97B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447A #447A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3661 #36617C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2746 #274659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192D #192D39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D1E1EB;
--charcoal-300: #ADCADB;
--charcoal-400: #83AEC9;
--charcoal-500: #5F97B9;
--charcoal-600: #447A9C;
--charcoal-700: #36617C;
--charcoal-800: #274659;
--charcoal-900: #192D39;
--charcoal-950: #101C23;
}