Charcoal
#111241
BlueColor Codes
All color formats for development
HEX
#111241RGB
rgb(17, 18, 65)HSL
hsl(239, 59%, 16%)OKLCH
oklch(0.218 0.087 275.5)CMYK
cmyk(74%, 72%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F103A
2#0D0E34
3#0C0C2D
4#0A0B27
5#080920
6#07071A
7#050513
8#03040D
9#020206
Tints
Lighter variations
1#1A1B63
2#222485
3#2B2DA7
4#3436C9
5#5557D3
6#7778DC
7#999AE5
8#BBBCED
9#DDDDF6
Tones
Muted variations
1#13143E
2#16163C
3#18193A
4#1A1B37
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 | CACB #CACBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A3 #A2A3E7 | BordersInactive statesPlaceholder text |
| 400 | 7173 #7173DA | Disabled statesSecondary iconsMuted text |
| 500 | 494B #494BD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E30 #2E30B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2526 #25268E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1B #1A1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E3F8;
--charcoal-200: #CACBF1;
--charcoal-300: #A2A3E7;
--charcoal-400: #7173DA;
--charcoal-500: #494BD0;
--charcoal-600: #2E30B2;
--charcoal-700: #25268E;
--charcoal-800: #1A1B65;
--charcoal-900: #111241;
--charcoal-950: #0A0B29;
}