Charcoal
#12163F
BlueColor Codes
All color formats for development
HEX
#12163FRGB
rgb(18, 22, 63)HSL
hsl(235, 56%, 16%)OKLCH
oklch(0.225 0.077 274.2)CMYK
cmyk(71%, 65%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101439
2#0E1133
3#0D0F2D
4#0B0D26
5#090B20
6#070919
7#050713
8#04040D
9#020206
Tints
Lighter variations
1#1B2161
2#252D82
3#2E38A4
4#3843C5
5#5862D0
6#7981D9
7#9BA1E3
8#BCC0EC
9#DEE0F6
Tones
Muted variations
1#14183D
2#171A3B
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 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A9 #A4A9E5 | BordersInactive statesPlaceholder text |
| 400 | 747C #747CD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C57 #4C57CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313C #313CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2730 #27308B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C22 #1C2263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #121640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F7;
--charcoal-200: #CBCEF0;
--charcoal-300: #A4A9E5;
--charcoal-400: #747CD8;
--charcoal-500: #4C57CD;
--charcoal-600: #313CAF;
--charcoal-700: #27308B;
--charcoal-800: #1C2263;
--charcoal-900: #121640;
--charcoal-950: #0B0E28;
}