Charcoal
#111A41
BlueColor Codes
All color formats for development
HEX
#111A41RGB
rgb(17, 26, 65)HSL
hsl(229, 59%, 16%)OKLCH
oklch(0.236 0.075 270)CMYK
cmyk(74%, 60%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F173A
2#0D1434
3#0C122D
4#0A0F27
5#080D20
6#070A1A
7#050813
8#03050D
9#020306
Tints
Lighter variations
1#1A2763
2#223485
3#2B42A7
4#344FC9
5#556CD3
6#7789DC
7#99A7E5
8#BBC4ED
9#DDE2F6
Tones
Muted variations
1#131B3E
2#161D3C
3#181E3A
4#1A2037
5#1D2135
6#1F2332
7#222430
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AE #A2AEE7 | BordersInactive statesPlaceholder text |
| 400 | 7184 #7184DA | Disabled statesSecondary iconsMuted text |
| 500 | 4961 #4961D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E46 #2E46B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E6F8;
--charcoal-200: #CAD1F1;
--charcoal-300: #A2AEE7;
--charcoal-400: #7184DA;
--charcoal-500: #4961D0;
--charcoal-600: #2E46B2;
--charcoal-700: #25388E;
--charcoal-800: #1A2865;
--charcoal-900: #111A41;
--charcoal-950: #0A1029;
}