Charcoal
#121540
BlueColor Codes
All color formats for development
HEX
#121540RGB
rgb(18, 21, 64)HSL
hsl(236, 56%, 16%)OKLCH
oklch(0.224 0.081 274.8)CMYK
cmyk(72%, 67%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101339
2#0E1133
3#0D0F2D
4#0B0D26
5#090A20
6#070819
7#050613
8#04040D
9#020206
Tints
Lighter variations
1#1B2061
2#252B82
3#2E36A4
4#3841C5
5#5860D0
6#7980D9
7#9BA0E3
8#BCBFEC
9#DEDFF6
Tones
Muted variations
1#14173D
2#17193B
3#191B39
4#1B1D37
5#1D1F34
6#202132
7#222330
8#24252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A8 #A4A8E5 | BordersInactive statesPlaceholder text |
| 400 | 747A #747AD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C55 #4C55CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313A #313AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272E #272E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C21 #1C2163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1215 #121540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E4F7;
--charcoal-200: #CBCEF0;
--charcoal-300: #A4A8E5;
--charcoal-400: #747AD8;
--charcoal-500: #4C55CD;
--charcoal-600: #313AAF;
--charcoal-700: #272E8B;
--charcoal-800: #1C2163;
--charcoal-900: #121540;
--charcoal-950: #0B0D28;
}