Charcoal
#102141
BlueColor Codes
All color formats for development
HEX
#102141RGB
rgb(16, 33, 65)HSL
hsl(219, 60%, 16%)OKLCH
oklch(0.253 0.065 261.8)CMYK
cmyk(75%, 49%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1E3B
2#0D1B34
3#0B172E
4#0A1427
5#081121
6#070D1A
7#050A14
8#03070D
9#020307
Tints
Lighter variations
1#193364
2#214586
3#2A56A8
4#3368CA
5#5481D4
6#769ADD
7#98B3E5
8#BACCEE
9#DDE6F6
Tones
Muted variations
1#13223F
2#15233C
3#18243A
4#1A2437
5#1D2535
6#1F2633
7#212730
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 7096 #7096DB | Disabled statesSecondary iconsMuted text |
| 500 | 4778 #4778D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5C #2D5CB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2449 #24498F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EAF8;
--charcoal-200: #CAD8F2;
--charcoal-300: #A1BAE8;
--charcoal-400: #7096DB;
--charcoal-500: #4778D1;
--charcoal-600: #2D5CB4;
--charcoal-700: #24498F;
--charcoal-800: #1A3466;
--charcoal-900: #102141;
--charcoal-950: #0A1529;
}