Charcoal
#101542
BlueColor Codes
All color formats for development
HEX
#101542RGB
rgb(16, 21, 66)HSL
hsl(234, 61%, 16%)OKLCH
oklch(0.224 0.084 272.7)CMYK
cmyk(76%, 68%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E133B
2#0D1135
3#0B0F2E
4#0A0D27
5#080A21
6#06081A
7#050614
8#03040D
9#020207
Tints
Lighter variations
1#182064
2#212B87
3#2936A9
4#3141CC
5#5360D5
6#7580DE
7#989FE6
8#BABFEE
9#DDDFF7
Tones
Muted variations
1#12173F
2#15193D
3#171B3A
4#1A1D38
5#1C1F35
6#1F2133
7#212330
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E4F8;
--charcoal-200: #CACEF2;
--charcoal-300: #A1A8E8;
--charcoal-400: #6F7ADC;
--charcoal-500: #4654D2;
--charcoal-600: #2C39B5;
--charcoal-700: #232E90;
--charcoal-800: #192167;
--charcoal-900: #101542;
--charcoal-950: #0A0D29;
}