Charcoal
#102341
BlueColor Codes
All color formats for development
HEX
#102341RGB
rgb(16, 35, 65)HSL
hsl(217, 60%, 16%)OKLCH
oklch(0.258 0.062 259.2)CMYK
cmyk(75%, 46%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F203B
2#0D1C34
3#0B192E
4#0A1527
5#081221
6#070E1A
7#050B14
8#03070D
9#020407
Tints
Lighter variations
1#193664
2#214886
3#2A5AA8
4#336DCA
5#5485D4
6#769DDD
7#98B6E5
8#BACEEE
9#DDE7F6
Tones
Muted variations
1#13243F
2#15243C
3#18253A
4#1A2537
5#1D2635
6#1F2733
7#212730
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 7099 #7099DB | Disabled statesSecondary iconsMuted text |
| 500 | 477C #477CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D60 #2D60B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 244D #244D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EBF8;
--charcoal-200: #CAD9F2;
--charcoal-300: #A1BCE8;
--charcoal-400: #7099DB;
--charcoal-500: #477CD1;
--charcoal-600: #2D60B4;
--charcoal-700: #244D8F;
--charcoal-800: #1A3766;
--charcoal-900: #102341;
--charcoal-950: #0A1629;
}