Charcoal
#101642
BlueColor Codes
All color formats for development
HEX
#101642RGB
rgb(16, 22, 66)HSL
hsl(233, 61%, 16%)OKLCH
oklch(0.227 0.083 272.1)CMYK
cmyk(76%, 67%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E143B
2#0D1135
3#0B0F2E
4#0A0D27
5#080B21
6#06091A
7#050714
8#03040D
9#020207
Tints
Lighter variations
1#182164
2#212D87
3#2938A9
4#3143CC
5#5362D5
6#7581DE
7#98A1E6
8#BAC0EE
9#DDE0F7
Tones
Muted variations
1#12183F
2#151A3D
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 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A9 #A1A9E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7C #6F7CDC | Disabled statesSecondary iconsMuted text |
| 500 | 4657 #4657D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3C #2C3CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2330 #233090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1922 #192267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1016 #101642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E5F8;
--charcoal-200: #CACEF2;
--charcoal-300: #A1A9E8;
--charcoal-400: #6F7CDC;
--charcoal-500: #4657D2;
--charcoal-600: #2C3CB5;
--charcoal-700: #233090;
--charcoal-800: #192267;
--charcoal-900: #101642;
--charcoal-950: #0A0E29;
}