Charcoal
#121340
BlueColor Codes
All color formats for development
HEX
#121340RGB
rgb(18, 19, 64)HSL
hsl(239, 56%, 16%)OKLCH
oklch(0.22 0.084 276.1)CMYK
cmyk(72%, 70%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101139
2#0E0F33
3#0D0D2D
4#0B0B26
5#090920
6#070719
7#050613
8#04040D
9#020206
Tints
Lighter variations
1#1B1D61
2#252682
3#2E30A4
4#383AC5
5#585AD0
6#797BD9
7#9B9CE3
8#BCBDEC
9#DEDEF6
Tones
Muted variations
1#14153D
2#17173B
3#191939
4#1B1C37
5#1D1E34
6#202032
7#222230
8#24242D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A5 #A4A5E5 | BordersInactive statesPlaceholder text |
| 400 | 7475 #7475D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4E #4C4ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3133 #3133AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2729 #27298B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1D #1C1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E3F7;
--charcoal-200: #CBCCF0;
--charcoal-300: #A4A5E5;
--charcoal-400: #7475D8;
--charcoal-500: #4C4ECD;
--charcoal-600: #3133AF;
--charcoal-700: #27298B;
--charcoal-800: #1C1D63;
--charcoal-900: #121340;
--charcoal-950: #0B0C28;
}