Charcoal
#192939
BlueColor Codes
All color formats for development
HEX
#192939RGB
rgb(25, 41, 57)HSL
hsl(210, 39%, 16%)OKLCH
oklch(0.275 0.037 249.3)CMYK
cmyk(56%, 28%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162533
2#14212D
3#111D28
4#0F1822
5#0C141C
6#0A1017
7#070C11
8#05080B
9#020406
Tints
Lighter variations
1#263E56
2#335474
3#406992
4#4D7EB0
5#6A94BE
6#88A9CB
7#A6BFD8
8#C3D4E5
9#E1EAF2
Tones
Muted variations
1#1A2937
2#1C2936
3#1E2934
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 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | 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: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DEEB;
--charcoal-300: #ADC4DB;
--charcoal-400: #83A6C9;
--charcoal-500: #5F8CB9;
--charcoal-600: #44709C;
--charcoal-700: #36597C;
--charcoal-800: #274059;
--charcoal-900: #192939;
--charcoal-950: #101A23;
}