Charcoal
#102C41
BlueColor Codes
All color formats for development
HEX
#102C41RGB
rgb(16, 44, 65)HSL
hsl(206, 60%, 16%)OKLCH
oklch(0.283 0.051 243.8)CMYK
cmyk(75%, 32%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F283B
2#0D2334
3#0B1F2E
4#0A1A27
5#081621
6#07121A
7#050D14
8#03090D
9#020407
Tints
Lighter variations
1#194364
2#215A86
3#2A71A8
4#3389CA
5#549CD4
6#76B0DD
7#98C4E5
8#BAD8EE
9#DDEBF6
Tones
Muted variations
1#132C3F
2#152B3C
3#182B3A
4#1A2B37
5#1D2A35
6#1F2A33
7#212A30
8#24292E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 70AD #70ADDB | Disabled statesSecondary iconsMuted text |
| 500 | 4795 #4795D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D79 #2D79B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2460 #24608F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #CAE1F2;
--charcoal-300: #A1C9E8;
--charcoal-400: #70ADDB;
--charcoal-500: #4795D1;
--charcoal-600: #2D79B4;
--charcoal-700: #24608F;
--charcoal-800: #1A4566;
--charcoal-900: #102C41;
--charcoal-950: #0A1C29;
}