Charcoal
#192639
BlueColor Codes
All color formats for development
HEX
#192639RGB
rgb(25, 38, 57)HSL
hsl(216, 39%, 16%)OKLCH
oklch(0.266 0.04 257.8)CMYK
cmyk(56%, 33%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162233
2#141E2D
3#111A28
4#0F1722
5#0C131C
6#0A0F17
7#070B11
8#05080B
9#020406
Tints
Lighter variations
1#263956
2#334D74
3#406192
4#4D75B0
5#6A8CBE
6#88A3CB
7#A6BAD8
8#C3D1E5
9#E1E8F2
Tones
Muted variations
1#1A2637
2#1C2636
3#1E2734
4#1F2732
5#212731
6#22282F
7#24282E
8#26282C
9#27282A
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 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DB | BordersInactive statesPlaceholder text |
| 400 | 839F #839FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F83 #5F83B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4467 #44679C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3652 #36527C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273B #273B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | 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: #D1DBEB;
--charcoal-300: #ADC0DB;
--charcoal-400: #839FC9;
--charcoal-500: #5F83B9;
--charcoal-600: #44679C;
--charcoal-700: #36527C;
--charcoal-800: #273B59;
--charcoal-900: #192639;
--charcoal-950: #101823;
}