Charcoal
#16163B
BlueColor Codes
All color formats for development
HEX
#16163BRGB
rgb(22, 22, 59)HSL
hsl(240, 46%, 16%)OKLCH
oklch(0.225 0.07 279.2)CMYK
cmyk(63%, 63%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141436
2#121230
3#0F0F2A
4#0D0D24
5#0B0B1E
6#090918
7#070712
8#04040C
9#020206
Tints
Lighter variations
1#22225B
2#2D2D7A
3#393999
4#4444B9
5#6363C5
6#8282D1
7#A1A1DC
8#C0C0E8
9#E0E0F3
Tones
Muted variations
1#18183A
2#1A1A38
3#1C1C36
4#1E1E34
5#1F1F32
6#212130
7#23232E
8#25252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9DF | BordersInactive statesPlaceholder text |
| 400 | 7D7D #7D7DCF | Disabled statesSecondary iconsMuted text |
| 500 | 5757 #5757C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3D #3D3DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3030 #303082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #CFCFED;
--charcoal-300: #A9A9DF;
--charcoal-400: #7D7DCF;
--charcoal-500: #5757C1;
--charcoal-600: #3D3DA4;
--charcoal-700: #303082;
--charcoal-800: #22225D;
--charcoal-900: #16163C;
--charcoal-950: #0E0E25;
}