Charcoal
#212630
BlueColor Codes
All color formats for development
HEX
#212630RGB
rgb(33, 38, 48)HSL
hsl(220, 19%, 16%)OKLCH
oklch(0.268 0.02 264.2)CMYK
cmyk(31%, 21%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E222C
2#1A1F27
3#171B22
4#14171D
5#111318
6#0D0F13
7#0A0B0F
8#07080A
9#030405
Tints
Lighter variations
1#323A4A
2#444E64
3#55627D
4#667697
5#808DA8
6#99A4BA
7#B3BBCB
8#CCD1DC
9#E6E8EE
Tones
Muted variations
1#222630
2#23272F
3#23272E
4#24272D
5#25282D
6#26282C
7#26282B
8#27282A
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1CF | BordersInactive statesPlaceholder text |
| 400 | 95A0 #95A0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7685 #7685A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B69 #5B6986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4854 #48546A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF1;
--charcoal-200: #D8DCE4;
--charcoal-300: #B9C1CF;
--charcoal-400: #95A0B7;
--charcoal-500: #7685A2;
--charcoal-600: #5B6986;
--charcoal-700: #48546A;
--charcoal-800: #343C4C;
--charcoal-900: #212631;
--charcoal-950: #15181E;
}