Charcoal
#202631
BlueColor Codes
All color formats for development
HEX
#202631RGB
rgb(32, 38, 49)HSL
hsl(219, 21%, 16%)OKLCH
oklch(0.268 0.022 262.5)CMYK
cmyk(35%, 22%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D222C
2#1A1F27
3#171B23
4#13171E
5#101319
6#0D0F14
7#0A0B0F
8#06080A
9#030405
Tints
Lighter variations
1#313A4B
2#424E65
3#53627F
4#647799
5#7D8DAA
6#97A4BB
7#B1BBCC
8#CBD1DD
9#E5E8EE
Tones
Muted variations
1#212631
2#222730
3#23272F
4#24272E
5#25282D
6#25282C
7#26282B
8#27282B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C1 #B8C1D1 | BordersInactive statesPlaceholder text |
| 400 | 93A0 #93A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7485 #7485A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5969 #596988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9ECF1;
--charcoal-200: #D7DCE5;
--charcoal-300: #B8C1D1;
--charcoal-400: #93A0B8;
--charcoal-500: #7485A4;
--charcoal-600: #596988;
--charcoal-700: #47546C;
--charcoal-800: #323C4D;
--charcoal-900: #202631;
--charcoal-950: #14181F;
}