Charcoal
#102742
BlueColor Codes
All color formats for development
HEX
#102742RGB
rgb(16, 39, 66)HSL
hsl(212, 61%, 16%)OKLCH
oklch(0.27 0.058 253.9)CMYK
cmyk(76%, 41%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E233B
2#0D1F35
3#0B1B2E
4#0A1727
5#081421
6#06101A
7#050C14
8#03080D
9#020407
Tints
Lighter variations
1#183C64
2#215087
3#2965A9
4#3179CC
5#5390D5
6#75A6DE
7#98BCE6
8#BAD2EE
9#DDE9F7
Tones
Muted variations
1#12273F
2#15273D
3#17283A
4#1A2838
5#1C2835
6#1F2833
7#212830
8#24282E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C2 #A1C2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA2 #6FA2DC | Disabled statesSecondary iconsMuted text |
| 500 | 4688 #4688D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6C #2C6CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2356 #235690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193D #193D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1027 #102742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2ECF8;
--charcoal-200: #CADDF2;
--charcoal-300: #A1C2E8;
--charcoal-400: #6FA2DC;
--charcoal-500: #4688D2;
--charcoal-600: #2C6CB5;
--charcoal-700: #235690;
--charcoal-800: #193D67;
--charcoal-900: #102742;
--charcoal-950: #0A1829;
}