Charcoal
#111D41
BlueColor Codes
All color formats for development
HEX
#111D41RGB
rgb(17, 29, 65)HSL
hsl(225, 59%, 16%)OKLCH
oklch(0.243 0.07 267.2)CMYK
cmyk(74%, 55%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1A3A
2#0D1734
3#0C142D
4#0A1127
5#080E20
6#070C1A
7#050913
8#03060D
9#020306
Tints
Lighter variations
1#1A2C63
2#223B85
3#2B4AA7
4#3459C9
5#5574D3
6#7790DC
7#99ACE5
8#BBC8ED
9#DDE3F6
Tones
Muted variations
1#131E3E
2#161F3C
3#18203A
4#1A2237
5#1D2335
6#1F2432
7#222530
8#24262E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B3 #A2B3E7 | BordersInactive statesPlaceholder text |
| 400 | 718B #718BDA | Disabled statesSecondary iconsMuted text |
| 500 | 496A #496AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E4F #2E4FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253F #253F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2D #1A2D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111D #111D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F8;
--charcoal-200: #CAD4F1;
--charcoal-300: #A2B3E7;
--charcoal-400: #718BDA;
--charcoal-500: #496AD0;
--charcoal-600: #2E4FB2;
--charcoal-700: #253F8E;
--charcoal-800: #1A2D65;
--charcoal-900: #111D41;
--charcoal-950: #0A1229;
}