Charcoal
#121240
BlueColor Codes
All color formats for development
HEX
#121240RGB
rgb(18, 18, 64)HSL
hsl(240, 56%, 16%)OKLCH
oklch(0.217 0.085 276.7)CMYK
cmyk(72%, 72%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101039
2#0E0E33
3#0D0D2D
4#0B0B26
5#090920
6#070719
7#050513
8#04040D
9#020206
Tints
Lighter variations
1#1B1B61
2#252582
3#2E2EA4
4#3838C5
5#5858D0
6#7979D9
7#9B9BE3
8#BCBCEC
9#DEDEF6
Tones
Muted variations
1#14143D
2#17173B
3#191939
4#1B1B37
5#1D1D34
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 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | 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: #E3E3F7;
--charcoal-200: #CBCBF0;
--charcoal-300: #A4A4E5;
--charcoal-400: #7474D8;
--charcoal-500: #4C4CCD;
--charcoal-600: #3131AF;
--charcoal-700: #27278B;
--charcoal-800: #1C1C63;
--charcoal-900: #121240;
--charcoal-950: #0B0B28;
}