Charcoal
#111140
BlueColor Codes
All color formats for development
HEX
#111140RGB
rgb(17, 17, 64)HSL
hsl(240, 58%, 16%)OKLCH
oklch(0.215 0.087 276.2)CMYK
cmyk(73%, 73%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0F3A
2#0E0E34
3#0C0C2D
4#0A0A27
5#090920
6#07071A
7#050513
8#03030D
9#020206
Tints
Lighter variations
1#1A1A62
2#232384
3#2C2CA6
4#3535C8
5#5656D2
6#7878DB
7#9999E4
8#BBBBED
9#DDDDF6
Tones
Muted variations
1#14143E
2#16163C
3#181839
4#1B1B37
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 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E3F8;
--charcoal-200: #CBCBF1;
--charcoal-300: #A2A2E6;
--charcoal-400: #7272DA;
--charcoal-500: #4A4ACF;
--charcoal-600: #2F2FB1;
--charcoal-700: #25258D;
--charcoal-800: #1B1B65;
--charcoal-900: #111140;
--charcoal-950: #0B0B28;
}