Charcoal
#202032
BlueColor Codes
All color formats for development
HEX
#202032RGB
rgb(32, 32, 50)HSL
hsl(240, 22%, 16%)OKLCH
oklch(0.252 0.034 283.7)CMYK
cmyk(36%, 36%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1D2D
2#191928
3#161623
4#13131E
5#101019
6#0D0D14
7#0A0A0F
8#06060A
9#030305
Tints
Lighter variations
1#31314C
2#414166
3#525280
4#63639A
5#7C7CAB
6#9696BC
7#B1B1CD
8#CBCBDE
9#E5E5EE
Tones
Muted variations
1#212131
2#222230
3#23232F
4#23232E
5#24242D
6#25252C
7#26262B
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B7B7D1;
--charcoal-400: #9292B9;
--charcoal-500: #7373A5;
--charcoal-600: #585889;
--charcoal-700: #46466D;
--charcoal-800: #32324E;
--charcoal-900: #202032;
--charcoal-950: #14141F;
}