Charcoal
#101742
BlueColor Codes
All color formats for development
HEX
#101742RGB
rgb(16, 23, 66)HSL
hsl(232, 61%, 16%)OKLCH
oklch(0.229 0.081 271.4)CMYK
cmyk(76%, 65%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E143B
2#0D1235
3#0B102E
4#0A0E27
5#080B21
6#06091A
7#050714
8#03050D
9#020207
Tints
Lighter variations
1#182264
2#212E87
3#293AA9
4#3146CC
5#5364D5
6#7583DE
7#98A2E6
8#BAC1EE
9#DDE0F7
Tones
Muted variations
1#12183F
2#151A3D
3#171C3A
4#1A1E38
5#1C2035
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 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | 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: #CACFF2;
--charcoal-300: #A1AAE8;
--charcoal-400: #6F7EDC;
--charcoal-500: #4659D2;
--charcoal-600: #2C3EB5;
--charcoal-700: #233190;
--charcoal-800: #192367;
--charcoal-900: #101742;
--charcoal-950: #0A0E29;
}