Charcoal
#111141
BlueColor Codes
All color formats for development
HEX
#111141RGB
rgb(17, 17, 65)HSL
hsl(240, 59%, 16%)OKLCH
oklch(0.216 0.088 276)CMYK
cmyk(74%, 74%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0F3A
2#0D0D34
3#0C0C2D
4#0A0A27
5#080820
6#07071A
7#050513
8#03030D
9#020206
Tints
Lighter variations
1#1A1A63
2#222285
3#2B2BA7
4#3434C9
5#5555D3
6#7777DC
7#9999E5
8#BBBBED
9#DDDDF6
Tones
Muted variations
1#13133E
2#16163C
3#18183A
4#1A1A37
5#1D1D35
6#1F1F32
7#222230
8#24242E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E7 | BordersInactive statesPlaceholder text |
| 400 | 7171 #7171DA | Disabled statesSecondary iconsMuted text |
| 500 | 4949 #4949D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E2E #2E2EB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E3F8;
--charcoal-200: #CACAF1;
--charcoal-300: #A2A2E7;
--charcoal-400: #7171DA;
--charcoal-500: #4949D0;
--charcoal-600: #2E2EB2;
--charcoal-700: #25258E;
--charcoal-800: #1A1A65;
--charcoal-900: #111141;
--charcoal-950: #0A0A29;
}