Charcoal
#111441
BlueColor Codes
All color formats for development
HEX
#111441RGB
rgb(17, 20, 65)HSL
hsl(236, 59%, 16%)OKLCH
oklch(0.222 0.084 274.3)CMYK
cmyk(74%, 69%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F123A
2#0D1034
3#0C0E2D
4#0A0C27
5#080A20
6#07081A
7#050613
8#03040D
9#020206
Tints
Lighter variations
1#1A1E63
2#222985
3#2B33A7
4#343EC9
5#555DD3
6#777EDC
7#999EE5
8#BBBEED
9#DDDFF6
Tones
Muted variations
1#13163E
2#16183C
3#181A3A
4#1A1C37
5#1D1E35
6#1F2032
7#222330
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E7 | BordersInactive statesPlaceholder text |
| 400 | 7178 #7178DA | Disabled statesSecondary iconsMuted text |
| 500 | 4952 #4952D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E37 #2E37B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1F #1A1F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E4F8;
--charcoal-200: #CACDF1;
--charcoal-300: #A2A6E7;
--charcoal-400: #7178DA;
--charcoal-500: #4952D0;
--charcoal-600: #2E37B2;
--charcoal-700: #252C8E;
--charcoal-800: #1A1F65;
--charcoal-900: #111441;
--charcoal-950: #0A0C29;
}