Charcoal
#192839
BlueColor Codes
All color formats for development
HEX
#192839RGB
rgb(25, 40, 57)HSL
hsl(212, 39%, 16%)OKLCH
oklch(0.272 0.038 252.3)CMYK
cmyk(56%, 30%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162433
2#14202D
3#111C28
4#0F1822
5#0C141C
6#0A1017
7#070C11
8#05080B
9#020406
Tints
Lighter variations
1#263D56
2#335174
3#406692
4#4D7BB0
5#6A91BE
6#88A7CB
7#A6BDD8
8#C3D3E5
9#E1E9F2
Tones
Muted variations
1#1A2837
2#1C2836
3#1E2834
4#1F2832
5#212831
6#22282F
7#24282E
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 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC3 #ADC3DB | BordersInactive statesPlaceholder text |
| 400 | 83A3 #83A3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F89 #5F89B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446D #446D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3657 #36577C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273E #273E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DDEB;
--charcoal-300: #ADC3DB;
--charcoal-400: #83A3C9;
--charcoal-500: #5F89B9;
--charcoal-600: #446D9C;
--charcoal-700: #36577C;
--charcoal-800: #273E59;
--charcoal-900: #192839;
--charcoal-950: #101923;
}