Charcoal
#202132
BlueColor Codes
All color formats for development
HEX
#202132RGB
rgb(32, 33, 50)HSL
hsl(237, 22%, 16%)OKLCH
oklch(0.255 0.032 281.3)CMYK
cmyk(36%, 34%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1D2D
2#191A28
3#161723
4#13141E
5#101019
6#0D0D14
7#0A0A0F
8#06070A
9#030305
Tints
Lighter variations
1#31324C
2#414366
3#525480
4#63659A
5#7C7FAB
6#9698BC
7#B1B2CD
8#CBCCDE
9#E5E5EE
Tones
Muted variations
1#212231
2#222230
3#23232F
4#23242E
5#24252D
6#25262C
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 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B9 #B7B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9294 #9294B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7376 #7376A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585A #585A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4648 #46486D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | 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: #E9EAF1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B7B9D1;
--charcoal-400: #9294B9;
--charcoal-500: #7376A5;
--charcoal-600: #585A89;
--charcoal-700: #46486D;
--charcoal-800: #32334E;
--charcoal-900: #202132;
--charcoal-950: #14141F;
}