Charcoal
#202732
BlueColor Codes
All color formats for development
HEX
#202732RGB
rgb(32, 39, 50)HSL
hsl(217, 22%, 16%)OKLCH
oklch(0.271 0.023 259.3)CMYK
cmyk(36%, 22%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D232D
2#191F28
3#161B23
4#13171E
5#101319
6#0D0F14
7#0A0C0F
8#06080A
9#030405
Tints
Lighter variations
1#313B4C
2#414F66
3#526480
4#63789A
5#7C8EAB
6#96A5BC
7#B1BBCD
8#CBD2DE
9#E5E8EE
Tones
Muted variations
1#212731
2#222730
3#23272F
4#23282E
5#24282D
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 | B7C1 #B7C1D1 | BordersInactive statesPlaceholder text |
| 400 | 92A1 #92A1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7386 #7386A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586A #586A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4655 #46556D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202732 | 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: #B7C1D1;
--charcoal-400: #92A1B9;
--charcoal-500: #7386A5;
--charcoal-600: #586A89;
--charcoal-700: #46556D;
--charcoal-800: #323C4E;
--charcoal-900: #202732;
--charcoal-950: #14181F;
}