Charcoal
#102042
BlueColor Codes
All color formats for development
HEX
#102042RGB
rgb(16, 32, 66)HSL
hsl(221, 61%, 16%)OKLCH
oklch(0.251 0.068 263.4)CMYK
cmyk(76%, 52%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1D3B
2#0D1935
3#0B162E
4#0A1327
5#081021
6#060D1A
7#050A14
8#03060D
9#020307
Tints
Lighter variations
1#183064
2#214187
3#2952A9
4#3162CC
5#537CD5
6#7596DE
7#98B0E6
8#BACBEE
9#DDE5F7
Tones
Muted variations
1#12213F
2#15213D
3#17223A
4#1A2338
5#1C2435
6#1F2533
7#212630
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD6 #CAD6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B7 #A1B7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F92 #6F92DC | Disabled statesSecondary iconsMuted text |
| 500 | 4673 #4673D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C57 #2C57B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2345 #234590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1931 #193167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1020 #102042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2E9F8;
--charcoal-200: #CAD6F2;
--charcoal-300: #A1B7E8;
--charcoal-400: #6F92DC;
--charcoal-500: #4673D2;
--charcoal-600: #2C57B5;
--charcoal-700: #234590;
--charcoal-800: #193167;
--charcoal-900: #102042;
--charcoal-950: #0A1429;
}