Charcoal
#111641
BlueColor Codes
All color formats for development
HEX
#111641RGB
rgb(17, 22, 65)HSL
hsl(234, 59%, 16%)OKLCH
oklch(0.226 0.081 273.1)CMYK
cmyk(74%, 66%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F133A
2#0D1134
3#0C0F2D
4#0A0D27
5#080B20
6#07091A
7#050613
8#03040D
9#020206
Tints
Lighter variations
1#1A2163
2#222C85
3#2B37A7
4#3443C9
5#5561D3
6#7781DC
7#99A0E5
8#BBC0ED
9#DDDFF6
Tones
Muted variations
1#13173E
2#16193C
3#181B3A
4#1A1D37
5#1D1F35
6#1F2132
7#222330
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E7 | BordersInactive statesPlaceholder text |
| 400 | 717C #717CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4956 #4956D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E3B #2E3BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252F #252F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A22 #1A2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F8;
--charcoal-200: #CACEF1;
--charcoal-300: #A2A9E7;
--charcoal-400: #717CDA;
--charcoal-500: #4956D0;
--charcoal-600: #2E3BB2;
--charcoal-700: #252F8E;
--charcoal-800: #1A2265;
--charcoal-900: #111641;
--charcoal-950: #0A0D29;
}