Charcoal
#102641
BlueColor Codes
All color formats for development
HEX
#102641RGB
rgb(16, 38, 65)HSL
hsl(213, 60%, 16%)OKLCH
oklch(0.266 0.058 254.7)CMYK
cmyk(75%, 42%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F233B
2#0D1F34
3#0B1B2E
4#0A1727
5#081321
6#070F1A
7#050C14
8#03080D
9#020407
Tints
Lighter variations
1#193A64
2#214F86
3#2A63A8
4#3377CA
5#548DD4
6#76A4DD
7#98BBE5
8#BAD2EE
9#DDE8F6
Tones
Muted variations
1#13273F
2#15273C
3#18273A
4#1A2737
5#1D2835
6#1F2833
7#212830
8#24282E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 70A0 #70A0DB | Disabled statesSecondary iconsMuted text |
| 500 | 4785 #4785D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D69 #2D69B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2454 #24548F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2ECF8;
--charcoal-200: #CADCF2;
--charcoal-300: #A1C1E8;
--charcoal-400: #70A0DB;
--charcoal-500: #4785D1;
--charcoal-600: #2D69B4;
--charcoal-700: #24548F;
--charcoal-800: #1A3C66;
--charcoal-900: #102641;
--charcoal-950: #0A1829;
}