Charcoal
#191C39
BlueColor Codes
All color formats for development
HEX
#191C39RGB
rgb(25, 28, 57)HSL
hsl(234, 39%, 16%)OKLCH
oklch(0.24 0.055 276.9)CMYK
cmyk(56%, 51%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161933
2#14162D
3#111428
4#0F1122
5#0C0E1C
6#0A0B17
7#070811
8#05060B
9#020306
Tints
Lighter variations
1#262B56
2#333A74
3#404892
4#4D57B0
5#6A72BE
6#888FCB
7#A6ABD8
8#C3C7E5
9#E1E3F2
Tones
Muted variations
1#1A1D37
2#1C1F36
3#1E2034
4#1F2132
5#212231
6#22242F
7#24252E
8#26262C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DB | BordersInactive statesPlaceholder text |
| 400 | 838A #838AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F68 #5F68B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444D #444D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272C #272C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D4EB;
--charcoal-300: #ADB2DB;
--charcoal-400: #838AC9;
--charcoal-500: #5F68B9;
--charcoal-600: #444D9C;
--charcoal-700: #363D7C;
--charcoal-800: #272C59;
--charcoal-900: #191C39;
--charcoal-950: #101223;
}