Charcoal
#192739
BlueColor Codes
All color formats for development
HEX
#192739RGB
rgb(25, 39, 57)HSL
hsl(214, 39%, 16%)OKLCH
oklch(0.269 0.039 255.1)CMYK
cmyk(56%, 32%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162333
2#141F2D
3#111B28
4#0F1722
5#0C131C
6#0A0F17
7#070C11
8#05080B
9#020406
Tints
Lighter variations
1#263B56
2#334F74
3#406492
4#4D78B0
5#6A8EBE
6#88A5CB
7#A6BBD8
8#C3D2E5
9#E1E8F2
Tones
Muted variations
1#1A2737
2#1C2736
3#1E2734
4#1F2832
5#212831
6#22282F
7#24282E
8#26282C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A1 #83A1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F86 #5F86B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446A #446A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3655 #36557C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DCEB;
--charcoal-300: #ADC1DB;
--charcoal-400: #83A1C9;
--charcoal-500: #5F86B9;
--charcoal-600: #446A9C;
--charcoal-700: #36557C;
--charcoal-800: #273C59;
--charcoal-900: #192739;
--charcoal-950: #101823;
}