Charcoal
#091C48
BlueColor Codes
All color formats for development
HEX
#091C48RGB
rgb(9, 28, 72)HSL
hsl(222, 78%, 16%)OKLCH
oklch(0.243 0.086 263.6)CMYK
cmyk(88%, 61%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081941
2#07163A
3#061433
4#05112C
5#040E24
6#040B1D
7#030816
8#02060F
9#010307
Tints
Lighter variations
1#0E2B6F
2#123A95
3#1748BB
4#1C57E1
5#4072E7
6#668FEC
7#8DABF1
8#B3C7F6
9#D9E3FA
Tones
Muted variations
1#0C1D45
2#0F1F42
3#13203F
4#16213C
5#192239
6#1C2436
7#1F2532
8#22262F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 608A #608AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3368 #3368E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194D #194DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143D #143D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2C #0E2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FD;
--charcoal-100: #DFE8FB;
--charcoal-200: #C4D4F8;
--charcoal-300: #97B2F2;
--charcoal-400: #608AEB;
--charcoal-500: #3368E6;
--charcoal-600: #194DC8;
--charcoal-700: #143D9F;
--charcoal-800: #0E2C71;
--charcoal-900: #091C49;
--charcoal-950: #06122D;
}