Charcoal
#192039
BlueColor Codes
All color formats for development
HEX
#192039RGB
rgb(25, 32, 57)HSL
hsl(227, 39%, 16%)OKLCH
oklch(0.25 0.049 270.7)CMYK
cmyk(56%, 44%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161D33
2#14192D
3#111628
4#0F1322
5#0C101C
6#0A0D17
7#070A11
8#05060B
9#020306
Tints
Lighter variations
1#263056
2#334174
3#405292
4#4D63B0
5#6A7CBE
6#8896CB
7#A6B1D8
8#C3CBE5
9#E1E5F2
Tones
Muted variations
1#1A2137
2#1C2236
3#1E2234
4#1F2332
5#212431
6#22252F
7#24262E
8#26272C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8392 #8392C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F73 #5F73B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4457 #44579C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D7EB;
--charcoal-300: #ADB7DB;
--charcoal-400: #8392C9;
--charcoal-500: #5F73B9;
--charcoal-600: #44579C;
--charcoal-700: #36467C;
--charcoal-800: #273259;
--charcoal-900: #192039;
--charcoal-950: #101423;
}