Charcoal
#101C42
BlueColor Codes
All color formats for development
HEX
#101C42RGB
rgb(16, 28, 66)HSL
hsl(226, 61%, 16%)OKLCH
oklch(0.241 0.074 267.4)CMYK
cmyk(76%, 58%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E193B
2#0D1635
3#0B132E
4#0A1127
5#080E21
6#060B1A
7#050814
8#03060D
9#020307
Tints
Lighter variations
1#182A64
2#213887
3#2947A9
4#3155CC
5#5371D5
6#758DDE
7#98AAE6
8#BAC6EE
9#DDE3F7
Tones
Muted variations
1#121D3F
2#151E3D
3#17203A
4#1A2138
5#1C2235
6#1F2333
7#212530
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B1 #A1B1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F89 #6F89DC | Disabled statesSecondary iconsMuted text |
| 500 | 4667 #4667D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4C #2C4CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233C #233C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192B #192B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E7F8;
--charcoal-200: #CAD3F2;
--charcoal-300: #A1B1E8;
--charcoal-400: #6F89DC;
--charcoal-500: #4667D2;
--charcoal-600: #2C4CB5;
--charcoal-700: #233C90;
--charcoal-800: #192B67;
--charcoal-900: #101C42;
--charcoal-950: #0A1129;
}