Charcoal
#102842
BlueColor Codes
All color formats for development
HEX
#102842RGB
rgb(16, 40, 66)HSL
hsl(211, 61%, 16%)OKLCH
oklch(0.272 0.057 252.3)CMYK
cmyk(76%, 39%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E243B
2#0D2035
3#0B1C2E
4#0A1827
5#081421
6#06101A
7#050C14
8#03080D
9#020407
Tints
Lighter variations
1#183D64
2#215287
3#2967A9
4#317CCC
5#5392D5
6#75A8DE
7#98BDE6
8#BAD3EE
9#DDE9F7
Tones
Muted variations
1#12283F
2#15283D
3#17283A
4#1A2838
5#1C2835
6#1F2833
7#212930
8#24292E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA4 #6FA4DC | Disabled statesSecondary iconsMuted text |
| 500 | 468A #468AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6E #2C6EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2357 #235790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193E #193E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2EDF8;
--charcoal-200: #CADDF2;
--charcoal-300: #A1C3E8;
--charcoal-400: #6FA4DC;
--charcoal-500: #468AD2;
--charcoal-600: #2C6EB5;
--charcoal-700: #235790;
--charcoal-800: #193E67;
--charcoal-900: #102842;
--charcoal-950: #0A1929;
}